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

Source for file Configuration.php

Documentation is available at Configuration.php

  1. <?
  2. /**
  3. * Configuration resources for this site
  4. * The configuration resources for this package are defined in this file
  5. *
  6. * @package menu
  7. * @filesource
  8. * @see HTML_MENU_RESOURCE_PATH/Configuration.php
  9. * @copyright (c) http://Finn-Rasmussen.com
  10. * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
  11. * @author http://Finn-Rasmussen.com
  12. * @version 1.9
  13. * @since 21-oct-2005
  14. */
  15.  
  16. /**
  17. * @global MENU_LEFT_LAYOUT The Menu Left to use
  18. */
  19. if (!defined('MENU_LEFT_LAYOUT')) {
  20. define('MENU_LEFT_LAYOUT', DEFAULT_MENU_LEFT_LAYOUT);
  21. }
  22.  
  23. /**
  24. * @global MENU_TOP_FILE_NAME The Menu Top File Name
  25. */
  26. if (!defined('MENU_TOP_FILE_NAME')) {
  27. define('MENU_TOP_FILE_NAME', DEFAULT_MENU_TOP_FILE_NAME);
  28. }
  29.  
  30. /**
  31. * @global MENU_LEFT_FILE_NAME The Menu LEFT File Name
  32. */
  33. if (!defined('MENU_LEFT_FILE_NAME')) {
  34. define('MENU_LEFT_FILE_NAME', DEFAULT_MENU_LEFT_FILE_NAME);
  35. }
  36.  
  37. /**
  38. * @global MENU_RIGHT_FILE_NAME The Menu RIGHT File Name
  39. */
  40. if (!defined('MENU_RIGHT_FILE_NAME')) {
  41. define('MENU_RIGHT_FILE_NAME', DEFAULT_MENU_RIGHT_FILE_NAME);
  42. }
  43.  
  44. /**
  45. * MENU_BOTTOM_FILE_NAME
  46. * The Menu BOTTOM File Name to use
  47. * @global MENU_BOTTOM_FILE_NAME The Menu BOTTOM File Name
  48. */
  49. if (!defined('MENU_BOTTOM_FILE_NAME')) {
  50. define('MENU_BOTTOM_FILE_NAME', DEFAULT_MENU_BOTTOM_FILE_NAME);
  51. }
  52.  
  53. /**
  54. * @global MENU_LINK_FILE_NAME The Menu Link File Name
  55. */
  56. if (!defined('MENU_LINK_FILE_NAME')) {
  57. define('MENU_LINK_FILE_NAME', DEFAULT_MENU_LINK_FILE_NAME);
  58. }
  59.  
  60. /**
  61. * @global MENU_LINK_IS_DYNAMIC The Menu Link is dynamic
  62. */
  63. if (!defined('MENU_LINK_IS_DYNAMIC')) {
  64. define('MENU_LINK_IS_DYNAMIC',DEFAULT_MENU_LINK_IS_DYNAMIC);
  65. }
  66.  
  67. ?>

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