- <?
- /**
- * The Configuration resources for the Tab package.
- * Configuration resources for this site
- *
- * @package tab
- * @filesource
- * @see HTML_TAB_RESOURCE_PATH/Configuration.php
- * @copyright (c) http://Finn-Rasmussen.com
- * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
- * @author http://Finn-Rasmussen.com
- * @version 1.9
- * @since 21-oct-2005
- */
-
- /**
- * @global TAB_MENU_FILE_NAME The TAB Menu File Name to use (Left Tab Menu)
- */
- if (!defined('TAB_MENU_FILE_NAME')) {
- define('TAB_MENU_FILE_NAME', DEFAULT_TAB_MENU_FILE_NAME);
- }
-
- /**
- * @global MENU_TAB_FILE_NAME The Menu TAB File Name to use (Top Menu Tab)
- */
- if (!defined('MENU_TAB_FILE_NAME')) {
- define('MENU_TAB_FILE_NAME', DEFAULT_MENU_TAB_FILE_NAME);
- }
-
- /**
- * @global MENU_INDEX_FILE_NAME The Menu INDEX File Name to use
- */
- if (!defined('MENU_INDEX_FILE_NAME')) {
- define('MENU_INDEX_FILE_NAME', DEFAULT_MENU_INDEX_FILE_NAME);
- }
-
- /**
- * @global MENU_TAB_PATH The Menu Tab Path to use
- */
- if (!defined('MENU_TAB_PATH')) {
- define('MENU_TAB_PATH', DEFAULT_MENU_TAB_PATH);
- }
-
- /**
- * @global MENU_TAB_URL The Menu Tab Url to use
- */
- if (!defined('MENU_TAB_URL')) {
- define('MENU_TAB_URL', DEFAULT_MENU_TAB_URL);
- }
- ?>