diff options
| author | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-29 16:32:01 +0100 |
|---|---|---|
| committer | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-29 16:32:01 +0100 |
| commit | a8868a5c98ea26ff7066a9e89f540b1d6ba0db80 (patch) | |
| tree | 074f6a1bbb930a9ea04d61619d3e3da1db772b5e /modules | |
| parent | fad791a43aea469023b37a8c1293ff795816e33e (diff) | |
| download | fisheye-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.tpl | 4 |
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 /> « {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} » |
