- <?
- /**
- * The Default resource file.
- * Setup of the Default Layout system constants
- * This file must be included after the Define.php
- *
- * @package layout
- * @filesource
- * @see HTML_LAYOUT_RESOURCE_PATH/Default.php
- * @copyright (c) http://Finn-Rasmussen.com
- * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
- * @author http://Finn-Rasmussen.com
- * @version 1.9
- * @since 21-oct-2005
- */
-
- /**
- * @global DEFAULT_TOP_FILE_NAME The Default Top File Name
- */
- define('DEFAULT_TOP_FILE_NAME','top.php');
-
- /**
- * @global DEFAULT_CSS_BANNER Default CSS class name, must be defined in the css file !!
- */
- define('DEFAULT_CSS_BANNER' , 'layoutBanner');
- define('DEFAULT_CSS_BANNERIF' , 'layoutBannerIF');
- define('DEFAULT_CSS_TAB_BODY' , 'layoutTabBody'); // aTabBody
- define('DEFAULT_CSS_CENTER' , 'layoutSkeletonCenter'); // Skeleton Center
- define('DEFAULT_CSS_LOCATOR' , 'layoutLocator');
- define('DEFAULT_CSS_COPYRIGHT' , 'layoutCopyright');
- define('DEFAULT_CSS_SMALL' , 'layoutSmall');
-
- /**
- * @global DEFAULT_CACHE_LAYOUT The Default Cache flag. Specify the default behavior of the caching system
- */
- define('DEFAULT_CACHE_LAYOUT', false);
-
- /**
- * @global DEFAULT_CACHE_LAYOUT_PATH Default Cache Layout Path to use
- */
- define('DEFAULT_CACHE_LAYOUT_PATH' , PROJECT_PATH.'/cache/layout');
- ?>