diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:18 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:18 -0500 |
| commit | 1086b09bdce0b69ea6bf1c931cc0b6f3967921da (patch) | |
| tree | 99351bbeb8105a2363f2b6dda6a3761d9107589c /view_image_details.php | |
| parent | 54077c9779e114471b347068d431dd344e2389ff (diff) | |
| download | fisheye-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 'view_image_details.php')
| -rw-r--r-- | view_image_details.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view_image_details.php b/view_image_details.php index 0264a6a..4df70b9 100644 --- a/view_image_details.php +++ b/view_image_details.php @@ -16,7 +16,7 @@ require_once( FISHEYE_PKG_PATH.'FisheyeImage.php'); global $gBitSystem, $gDebug; -include_once( FISHEYE_PKG_PATH.'image_lookup_inc.php' ); +include_once( FISHEYE_PKG_INCLUDE_PATH.'image_lookup_inc.php' ); $gContent->invokeServices( 'content_display_function', $displayHash ); @@ -26,7 +26,7 @@ if( is_object( $gGallery ) && $gGallery->isCommentable() ) { $comments_prefix_var='fisheyeimage:'; $comments_object_var='fisheyeimage'; $comments_return_url = FISHEYE_PKG_URL."view_image.php?image_id=".$gContent->mImageId; - include_once( LIBERTY_PKG_PATH.'comments_inc.php' ); + include_once( LIBERTY_PKG_INCLUDE_PATH.'comments_inc.php' ); } $gBitSmarty->display( 'bitpackage:fisheye/view_image_details.tpl' ); |
