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

Source for file Configuration.php

Documentation is available at Configuration.php

  1. <?
  2. /**
  3. * The Configuration resources for the Tab package.
  4. * Configuration resources for this site
  5. *
  6. * @package tab
  7. * @filesource
  8. * @see HTML_TAB_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 TAB_MENU_FILE_NAME The TAB Menu File Name to use (Left Tab Menu)
  18. */
  19. if (!defined('TAB_MENU_FILE_NAME')) {
  20. define('TAB_MENU_FILE_NAME', DEFAULT_TAB_MENU_FILE_NAME);
  21. }
  22.  
  23. /**
  24. * @global MENU_TAB_FILE_NAME The Menu TAB File Name to use (Top Menu Tab)
  25. */
  26. if (!defined('MENU_TAB_FILE_NAME')) {
  27. define('MENU_TAB_FILE_NAME', DEFAULT_MENU_TAB_FILE_NAME);
  28. }
  29.  
  30. /**
  31. * @global MENU_INDEX_FILE_NAME The Menu INDEX File Name to use
  32. */
  33. if (!defined('MENU_INDEX_FILE_NAME')) {
  34. define('MENU_INDEX_FILE_NAME', DEFAULT_MENU_INDEX_FILE_NAME);
  35. }
  36.  
  37. /**
  38. * @global MENU_TAB_PATH The Menu Tab Path to use
  39. */
  40. if (!defined('MENU_TAB_PATH')) {
  41. define('MENU_TAB_PATH', DEFAULT_MENU_TAB_PATH);
  42. }
  43.  
  44. /**
  45. * @global MENU_TAB_URL The Menu Tab Url to use
  46. */
  47. if (!defined('MENU_TAB_URL')) {
  48. define('MENU_TAB_URL', DEFAULT_MENU_TAB_URL);
  49. }
  50. ?>

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