phpDocumentor layout
[ class tree: layout ] [ index: layout ] [ all elements ]

Source for file Default.php

Documentation is available at Default.php

  1. <?
  2. /**
  3. * The Default resource file.
  4. * Setup of the Default Layout system constants
  5. * This file must be included after the Define.php
  6. *
  7. * @package layout
  8. * @filesource
  9. * @see HTML_LAYOUT_RESOURCE_PATH/Default.php
  10. * @copyright (c) http://Finn-Rasmussen.com
  11. * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
  12. * @author http://Finn-Rasmussen.com
  13. * @version 1.9
  14. * @since 21-oct-2005
  15. */
  16.  
  17. /**
  18. * @global DEFAULT_TOP_FILE_NAME The Default Top File Name
  19. */
  20. define('DEFAULT_TOP_FILE_NAME','top.php');
  21.  
  22. /**
  23. * @global DEFAULT_CSS_BANNER Default CSS class name, must be defined in the css file !!
  24. */
  25. define('DEFAULT_CSS_BANNER' , 'layoutBanner');
  26. define('DEFAULT_CSS_BANNERIF' , 'layoutBannerIF');
  27. define('DEFAULT_CSS_TAB_BODY' , 'layoutTabBody'); // aTabBody
  28. define('DEFAULT_CSS_CENTER' , 'layoutSkeletonCenter'); // Skeleton Center
  29. define('DEFAULT_CSS_LOCATOR' , 'layoutLocator');
  30. define('DEFAULT_CSS_COPYRIGHT' , 'layoutCopyright');
  31. define('DEFAULT_CSS_SMALL' , 'layoutSmall');
  32.  
  33. /**
  34. * @global DEFAULT_CACHE_LAYOUT The Default Cache flag. Specify the default behavior of the caching system
  35. */
  36. define('DEFAULT_CACHE_LAYOUT', false);
  37.  
  38. /**
  39. * @global DEFAULT_CACHE_LAYOUT_PATH Default Cache Layout Path to use
  40. */
  41. define('DEFAULT_CACHE_LAYOUT_PATH' , PROJECT_PATH.'/cache/layout');
  42. ?>

Documentation generated on Thu, 22 Dec 2005 17:06:04 +0100 by phpDocumentor 1.3.0RC3