diff options
| author | lsces <lester@lsces.co.uk> | 2025-08-28 16:18:07 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2025-08-28 16:18:07 +0100 |
| commit | d4cf8eb6b69ff23eedcba9359ce9a1ed4e2a7d9c (patch) | |
| tree | 9825e26ffc0754aafc2bb9c41a0e6c44fd1e2c6e /templates/image_order.tpl | |
| parent | d77b5a9732361455895cbd76894a26765bff0c97 (diff) | |
| download | fisheye-d4cf8eb6b69ff23eedcba9359ce9a1ed4e2a7d9c.tar.gz fisheye-d4cf8eb6b69ff23eedcba9359ce9a1ed4e2a7d9c.tar.bz2 fisheye-d4cf8eb6b69ff23eedcba9359ce9a1ed4e2a7d9c.zip | |
Templates code updated to PHP8.4 and namespace ... work in progress on updating some third party code
Diffstat (limited to 'templates/image_order.tpl')
| -rwxr-xr-x[-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 b12223b..076bcd2 100644..100755 --- 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->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|default:'' ne ''}?{math equation="1 + rand(1,9999)"}{/if}" alt="{$galItem->getTitle()|escape}" /></a> </td> <td> |
