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

Source for file config.php

Documentation is available at config.php

  1. <?
  2. /**
  3. * This file defines the page vars
  4. * <code>
  5. * Usage:
  6. * in index.php, require_once('./config.php');
  7. * </code>
  8. *
  9. * @package layout
  10. * @filesource
  11. * @see config.php
  12. * @copyright (c) http://Finn-Rasmussen.com
  13. * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
  14. * @author http://Finn-Rasmussen.com
  15. * @version 1.9
  16. * @since 21-oct-2005
  17. */
  18.  
  19. /**
  20. * LAYOUT_SHOW
  21. * Choose, which layout components to show
  22. * or extract info from GET/POST
  23. */
  24. if (defined('HTML_LAYOUT_PAGE_PATH')) {
  25. if (!defined('LAYOUT_SHOW')) {
  26. /**
  27. * @ignore
  28. */
  29. define('LAYOUT_SHOW' ,
  30. //LAYOUT_SHOW_ALL | // Use default
  31. LAYOUT_SHOW_BANNER |
  32. LAYOUT_SHOW_BANNERIF |
  33. LAYOUT_SHOW_LINE |
  34. LAYOUT_SHOW_LOCATOR |
  35. LAYOUT_SHOW_WEBMASTER |
  36. LAYOUT_SHOW_PROFILE |
  37. LAYOUT_SHOW_CUSTOMER |
  38. LAYOUT_SHOW_COMPANY |
  39. LAYOUT_SHOW_FIRMA |
  40. LAYOUT_SHOW_FOOTER |
  41. LAYOUT_SHOW_COPYRIGHT |
  42. LAYOUT_SHOW_TOP |
  43. LAYOUT_SHOW_BRANDING |
  44. LAYOUT_SHOW_NONE
  45. );
  46. }
  47. }
  48.  
  49. ?>

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