summaryrefslogtreecommitdiff
path: root/menu_items.php
diff options
context:
space:
mode:
Diffstat (limited to 'menu_items.php')
-rw-r--r--menu_items.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu_items.php b/menu_items.php
index c912490..1240dbb 100644
--- a/menu_items.php
+++ b/menu_items.php
@@ -11,7 +11,7 @@
*/
require_once( '../kernel/setup_inc.php' );
require_once( NEXUS_PKG_PATH.'Nexus.php');
-include_once( NEXUS_PKG_PATH.'menu_lookup_inc.php' );
+include_once( NEXUS_PKG_INCLUDE_PATH.'menu_lookup_inc.php' );
$gBitSystem->verifyPermission( 'p_nexus_create_menus' );
@@ -20,7 +20,7 @@ if( empty( $_REQUEST['menu_id'] ) ) {
}
// get content and pass it on
-include_once( LIBERTY_PKG_PATH.'get_content_list_inc.php' );
+include_once( LIBERTY_PKG_INCLUDE_PATH.'get_content_list_inc.php' );
$gBitSmarty->assign( 'contentSelect', $contentSelect );
$gBitSmarty->assign( 'contentTypes', $contentTypes );