summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:17:18 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:17:18 -0500
commit1086b09bdce0b69ea6bf1c931cc0b6f3967921da (patch)
tree99351bbeb8105a2363f2b6dda6a3761d9107589c /templates
parent54077c9779e114471b347068d431dd344e2389ff (diff)
downloadfisheye-1086b09bdce0b69ea6bf1c931cc0b6f3967921da.tar.gz
fisheye-1086b09bdce0b69ea6bf1c931cc0b6f3967921da.tar.bz2
fisheye-1086b09bdce0b69ea6bf1c931cc0b6f3967921da.zip
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'templates')
-rw-r--r--templates/center_image_comments.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/center_image_comments.php b/templates/center_image_comments.php
index c803d18..01aeec0 100644
--- a/templates/center_image_comments.php
+++ b/templates/center_image_comments.php
@@ -8,7 +8,7 @@
/**
* A specialized version of liberty/modules/mod_last_comments.php for fisheye
*/
-require_once( LIBERTY_PKG_PATH.'LibertyComment.php' );
+require_once( LIBERTY_PKG_CLASS_PATH.'LibertyComment.php' );
global $gQueryUser, $gBitUser, $gLibertySystem, $moduleParams;
$params = $moduleParams['module_params'];
$moduleTitle = !empty($moduleParams['title'])? $moduleParams['title'] : 'Recent Image Comments';