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 /templates/image_order.tpl | |
| 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 'templates/image_order.tpl')
| -rw-r--r-- | templates/image_order.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/image_order.tpl b/templates/image_order.tpl index 4d4f6dc..cbf70e1 100644 --- a/templates/image_order.tpl +++ b/templates/image_order.tpl @@ -28,7 +28,7 @@ {if ($gContent->getPreference('gallery_pagination')==$smarty.const.FISHEYE_PAGINATION_POSITION_NUMBER && $lastMantissa != $thisMantissa) || ($gContent->mInfo.images_per_page && $imageCount % $gContent->mInfo.images_per_page == 0)} <tr class="{cycle values='even,odd' assign='pageClass'}"> <th colspan="3" class="pagebreak"> - {tr}Gallery Page{/tr} {$pageCount} + {tr}Gallery Page{/tr} {$pageCount} </th> </tr> {counter name=pageCount print=false} @@ -36,7 +36,7 @@ <tr class="{$pageClass}"> {counter name=imageCount print=false} <td class="{$galItem->mType.content_type_guid}"> - <a href="{$galItem->getContentUrl()|escape}"><img class="thumb" src="{$gContent->mItems.$itemContentId->getThumbnailUri()|replace:"&":"&"}{if $batchEdit.$itemContentId ne ''}?{math equation="1 + rand(1,9999)"}{/if}" alt="{$galItem->getTitle()|escape}" /></a> + <a href="{$galItem->getDisplayUrl()|escape}"><img class="thumb" src="{$gContent->mItems.$itemContentId->getThumbnailUri()|replace:"&":"&"}{if $batchEdit.$itemContentId ne ''}?{math equation="1 + rand(1,9999)"}{/if}" alt="{$galItem->getTitle()|escape}" /></a> </td> <td> |
