summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorLester Caine ext:(%22) <lester@lsces.co.uk>2012-04-29 16:32:01 +0100
committerLester Caine ext:(%22) <lester@lsces.co.uk>2012-04-29 16:32:01 +0100
commita8868a5c98ea26ff7066a9e89f540b1d6ba0db80 (patch)
tree074f6a1bbb930a9ea04d61619d3e3da1db772b5e /modules
parentfad791a43aea469023b37a8c1293ff795816e33e (diff)
downloadfisheye-a8868a5c98ea26ff7066a9e89f540b1d6ba0db80.tar.gz
fisheye-a8868a5c98ea26ff7066a9e89f540b1d6ba0db80.tar.bz2
fisheye-a8868a5c98ea26ff7066a9e89f540b1d6ba0db80.zip
Roll back getContentUrl to alternate static getDisplayUrl fix
getDisplayUrlFrom Hash used for static calls
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_navigation.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mod_navigation.tpl b/modules/mod_navigation.tpl
index 388f995..1c2caff 100644
--- a/modules/mod_navigation.tpl
+++ b/modules/mod_navigation.tpl
@@ -3,7 +3,7 @@
{bitmodule title="$moduleTitle" name="fisheye_navigation"}
<div class="left">
{if $gGallery->mInfo.previous_image_id}
- <a href="{$gContent->getContentUrl($gGallery->mInfo.previous_image_id)|escape}">
+ <a href="{$gContent->getDisplayUrl($gGallery->mInfo.previous_image_id)|escape}">
<img src="{$gGallery->mInfo.previous_image_avatar}" />
<br />
&laquo;&nbsp;{tr}previous{/tr}
@@ -13,7 +13,7 @@
<div class="right">
{if $gGallery->mInfo.next_image_id}
- <a href="{$gContent->getContentUrl($gGallery->mInfo.next_image_id)|escape}">
+ <a href="{$gContent->getDisplayUrl($gGallery->mInfo.next_image_id)|escape}">
<img src="{$gGallery->mInfo.next_image_avatar}" />
<br />
{tr}next{/tr}&nbsp;&raquo;