- <?
- /**
- * The myPHP Menu package.
- * This is the init file for the local packages in the myPHP system
- *
- * @package menu
- * @filesource
- * @see myphp-package.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 MYPHP_BASE_PATH
- */
- if (!defined('MYPHP_BASE_PATH')) {
- define('MYPHP_BASE_PATH' ,MYPHP_BASE_NAME); // The Base package
- }
- /**
- * @global MYPHP_TABLE_PATH
- */
- if (!defined('MYPHP_TABLE_PATH')) {
- define('MYPHP_TABLE_PATH' ,MYPHP_TABLE_NAME); // The Table package
- }
- /**
- * @global MYPHP_PAGE_PATH
- */
- if (!defined('MYPHP_PAGE_PATH')) {
- define('MYPHP_PAGE_PATH' ,MYPHP_PAGE_NAME); // The Page package
- }
- /**
- * @global MYPHP_FORM_PATH
- */
- if (!defined('MYPHP_FORM_PATH')) {
- define('MYPHP_FORM_PATH' ,MYPHP_FORM_NAME); // The Form package
- }
- /**
- * @global MYPHP_FILE_PATH
- */
- if (!defined('MYPHP_FILE_PATH')) {
- define('MYPHP_FILE_PATH' ,MYPHP_FILE_NAME); // The File package
- }
- /**
- * @global MYPHP_MENU_PATH
- */
- if (!defined('MYPHP_MENU_PATH')) {
- define('MYPHP_MENU_PATH' ,MYPHP_MENU_NAME); // The Menu package
- }
- ?>