summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2022-04-17 21:11:51 -0400
committerspiderr <spiderr@bitweaver.org>2022-04-17 21:11:51 -0400
commit4349987f08fb536fa8b9b51e81d1723171e3cc8e (patch)
tree85d1d4ae93d3baa11e60005202a1f66aa49a8b74 /admin
parent9878b1fe51c44bc785e3d1f1c623bcccab84030c (diff)
downloadthemes-4349987f08fb536fa8b9b51e81d1723171e3cc8e.tar.gz
themes-4349987f08fb536fa8b9b51e81d1723171e3cc8e.tar.bz2
themes-4349987f08fb536fa8b9b51e81d1723171e3cc8e.zip
fix include path
Diffstat (limited to 'admin')
-rw-r--r--admin/menus.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/menus.php b/admin/menus.php
index 8140902..ed7fcba 100644
--- a/admin/menus.php
+++ b/admin/menus.php
@@ -3,7 +3,7 @@
// (c) 2006 bitweaver.org - GNU LGPL
//
require_once( '../../kernel/includes/setup_inc.php' );
-require_once( KERNEL_PKG_PATH."simple_form_functions_lib.php" );
+require_once( KERNEL_PKG_INCLUDE_PATH."simple_form_functions_lib.php" );
//$gBitSmarty->assign( 'loadDragDrop', TRUE );
//$gBitSystem->setOnloadScript('initDragDrop();');