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

Source for file Layout.php

Documentation is available at Layout.php

  1. <?
  2. /**
  3. * The Layout resource file.
  4. * The layout resources for this site
  5. *
  6. * @package tab
  7. * @filesource
  8. * @see HTML_TAB_RESOURCE_PATH/Layout.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_TAB_WIDTH The Menu Tab width
  18. */
  19. if (!defined('MENU_TAB_WIDTH')) {
  20. define('MENU_TAB_WIDTH', DEFAULT_MENU_TAB_WIDTH);
  21. }
  22. /**
  23. * @global MENU_TAB_CLASS The Menu Tab class
  24. */
  25. if (!defined('MENU_TAB_CLASS')) {
  26. define('MENU_TAB_CLASS', CSS_TAB);
  27. }
  28.  
  29. $DEFINE_LAYOUT_MENU_TAB =
  30. array(
  31. 'ARRAY_NAME'=>'$DEFINE_LAYOUT_MENU_TAB',
  32. 'MENU_TAB_WIDTH'=>MENU_TAB_WIDTH,
  33. 'MENU_TAB_CLASS'=>MENU_TAB_CLASS,
  34. );
  35.  
  36. ?>

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