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

Source for file config.php

Documentation is available at config.php

  1. <?
  2. /**
  3. * Local config.php file.
  4. * This file defines the page vars
  5. * <code>
  6. * Usage:
  7. * in index.php, require_once('./config.php');
  8. * </code>
  9. * @package menu
  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. * @global LINK_SHOW Choose, which layout LINK components to show or extract info from GET/POST
  21. */
  22. if (!defined('LINK_SHOW')) {
  23. /**
  24. * @ignore
  25. */
  26. define('LINK_SHOW' ,
  27. //LINK_SHOW_ALL | // Use default
  28. LINK_SHOW_GOOGLE_TOP |
  29. LINK_SHOW_MENU_TOP |
  30. LINK_SHOW_MENU_LINK |
  31. LINK_SHOW_MENU_LEFT |
  32. LINK_SHOW_MENU_RIGHT |
  33. LINK_SHOW_MENU_BOTTOM |
  34. LINK_SHOW_CONTENT_MENU |
  35. LINK_SHOW_ICONS |
  36. LINK_SHOW_NONE
  37. );
  38. }
  39.  
  40. ?>

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