diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-21 19:58:07 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-21 19:58:07 +0100 |
| commit | d70999eb3b6bec121d199293650ab6661db44942 (patch) | |
| tree | adf2e765bdbbae501197e36262e22a62984f0507 | |
| parent | 29a585bd7b8290d7b54818594e8b5130bf453983 (diff) | |
| download | fisheye-d70999eb3b6bec121d199293650ab6661db44942.tar.gz fisheye-d70999eb3b6bec121d199293650ab6661db44942.tar.bz2 fisheye-d70999eb3b6bec121d199293650ab6661db44942.zip | |
Remove unused ajax_scroller gallery view
Never wired up — no PHP or template references, incomplete stub only.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rwxr-xr-x | gallery_views/ajax_scroller/fisheye_ajax_scroller_inc.tpl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gallery_views/ajax_scroller/fisheye_ajax_scroller_inc.tpl b/gallery_views/ajax_scroller/fisheye_ajax_scroller_inc.tpl deleted file mode 100755 index f390627..0000000 --- a/gallery_views/ajax_scroller/fisheye_ajax_scroller_inc.tpl +++ /dev/null @@ -1,10 +0,0 @@ -{assign var=thumbsize value='avatar'} -<div align="center" height="500" class="gallery"> - <div id="g1" class="galleryCont"> - {foreach from=$gContent->mItems item=galItem} - <img class="imgThumb" src="{$galItem->mInfo.thumbnail_url.$thumbsize}"> - <img class="imgFull" src="{$galItem->mInfo.thumbnail_url.large}"> - <div class="imgDesc">{$galItem->mInfo.title|escape}</div> - {/foreach} - </div> -</div> |
