summaryrefslogtreecommitdiff
path: root/box.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:12:23 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:12:23 -0500
commit706a855e175d0efc5193b3511c51455c439481fc (patch)
tree97ca9d8d841b43705430fa2d034a0249d8405429 /box.php
parentc3b302935c790f584f61b830ea3540cebe3ab5af (diff)
downloadcalendar-706a855e175d0efc5193b3511c51455c439481fc.tar.gz
calendar-706a855e175d0efc5193b3511c51455c439481fc.tar.bz2
calendar-706a855e175d0efc5193b3511c51455c439481fc.zip
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'box.php')
-rw-r--r--box.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/box.php b/box.php
index 1f895ce..cc6dc99 100644
--- a/box.php
+++ b/box.php
@@ -15,7 +15,7 @@
require_once( '../kernel/setup_inc.php' );
global $gContent, $gBitSystem;
-include_once( LIBERTY_PKG_PATH.'lookup_content_inc.php' );
+include_once( LIBERTY_PKG_INCLUDE_PATH.'lookup_content_inc.php' );
$gContent->mInfo['rendered'] = $gContent->getPreview();