- <?
- /**
- * Configuration resources for this site
- * The configuration resources for this package are defined in this file
- *
- * @package menu
- * @filesource
- * @see HTML_MENU_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 MENU_LEFT_LAYOUT The Menu Left to use
- */
- if (!defined('MENU_LEFT_LAYOUT')) {
- define('MENU_LEFT_LAYOUT', DEFAULT_MENU_LEFT_LAYOUT);
- }
-
- /**
- * @global MENU_TOP_FILE_NAME The Menu Top File Name
- */
- if (!defined('MENU_TOP_FILE_NAME')) {
- define('MENU_TOP_FILE_NAME', DEFAULT_MENU_TOP_FILE_NAME);
- }
-
- /**
- * @global MENU_LEFT_FILE_NAME The Menu LEFT File Name
- */
- if (!defined('MENU_LEFT_FILE_NAME')) {
- define('MENU_LEFT_FILE_NAME', DEFAULT_MENU_LEFT_FILE_NAME);
- }
-
- /**
- * @global MENU_RIGHT_FILE_NAME The Menu RIGHT File Name
- */
- if (!defined('MENU_RIGHT_FILE_NAME')) {
- define('MENU_RIGHT_FILE_NAME', DEFAULT_MENU_RIGHT_FILE_NAME);
- }
-
- /**
- * MENU_BOTTOM_FILE_NAME
- * The Menu BOTTOM File Name to use
- * @global MENU_BOTTOM_FILE_NAME The Menu BOTTOM File Name
- */
- if (!defined('MENU_BOTTOM_FILE_NAME')) {
- define('MENU_BOTTOM_FILE_NAME', DEFAULT_MENU_BOTTOM_FILE_NAME);
- }
-
- /**
- * @global MENU_LINK_FILE_NAME The Menu Link File Name
- */
- if (!defined('MENU_LINK_FILE_NAME')) {
- define('MENU_LINK_FILE_NAME', DEFAULT_MENU_LINK_FILE_NAME);
- }
-
- /**
- * @global MENU_LINK_IS_DYNAMIC The Menu Link is dynamic
- */
- if (!defined('MENU_LINK_IS_DYNAMIC')) {
- define('MENU_LINK_IS_DYNAMIC',DEFAULT_MENU_LINK_IS_DYNAMIC);
- }
-
- ?>