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 /fisheye_rss.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 'fisheye_rss.php')
| -rw-r--r-- | fisheye_rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fisheye_rss.php b/fisheye_rss.php index 68dbb8d..53d251c 100644 --- a/fisheye_rss.php +++ b/fisheye_rss.php @@ -15,7 +15,7 @@ $gBitSystem->verifyPackage( 'rss' ); $gBitSystem->verifyFeature( 'fisheye_rss' ); require_once( FISHEYE_PKG_PATH."FisheyeImage.php" ); -require_once( RSS_PKG_PATH."rss_inc.php" ); +require_once( RSS_PKG_INCLUDE_PATH.'rss_inc.php' ); $rss->title = $gBitSystem->getConfig( 'fisheye_rss_title', $gBitSystem->getConfig( 'site_title' ).' - '.tra( 'Image Galleries' ) ); $rss->description = $gBitSystem->getConfig( 'fisheye_rss_description', $gBitSystem->getConfig( 'site_title' ).' - '.tra( 'RSS Feed' ) ); |
