diff options
| author | Christian Fowler <spider@viovio.com> | 2007-09-22 20:48:40 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-09-22 20:48:40 +0000 |
| commit | de5e89e7d86e8c8138ded86ce8559004d42350cc (patch) | |
| tree | 6cea2f676f62d7946cfc6e432f69ddfe8a0c8a92 /templates/image_order.tpl | |
| parent | 88c3904f9c1fe18b87066b2625f1b4d06166c0a5 (diff) | |
| download | fisheye-de5e89e7d86e8c8138ded86ce8559004d42350cc.tar.gz fisheye-de5e89e7d86e8c8138ded86ce8559004d42350cc.tar.bz2 fisheye-de5e89e7d86e8c8138ded86ce8559004d42350cc.zip | |
add getThumbnailUri method support
Diffstat (limited to 'templates/image_order.tpl')
| -rw-r--r-- | templates/image_order.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/image_order.tpl b/templates/image_order.tpl index ca2524a..78cf541 100644 --- a/templates/image_order.tpl +++ b/templates/image_order.tpl @@ -36,7 +36,7 @@ <tr class="{$pageClass}"> {counter name=imageCount print=false} <td class="{$galItem->mType.content_type_guid}"> - <a href="{$galItem->getDisplayUrl()|escape}"><img class="thumb" src="{$gContent->mItems.$itemContentId->getThumbnailUrl()|replace:"&":"&"}{if $batchEdit.$itemContentId ne ''}?{math equation="1 + rand(1,9999)"}{/if}" alt="{$galItem->mInfo.title|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->mInfo.title|escape}" /></a> </td> <td> |
