source: extensions/flop_style/thumbnails/polaroid.tpl @ 12153

Last change on this file since 12153 was 9821, checked in by flop25, 13 years ago

polaroid for thumbnails
polaroid comp. for opera and webkit browsers
medium centered

File size: 417 bytes
Line 
1{combine_css path="template-extension/flop_style/thumbnails/polaroid.css"}
2
3{if !empty($thumbnails)}
4{strip}{foreach from=$thumbnails item=thumbnail}
5        <li>
6                        <a href="{$thumbnail.URL}" title="{if isset($thumbnail.NAME)}{$thumbnail.NAME|truncate:11:" [...]"|@replace:'"':' '}{/if}">
7                                <img src="{$thumbnail.TN_SRC}"  alt="{$thumbnail.TN_ALT}" title="{$thumbnail.TN_TITLE}" >
8                        </a>
9        </li>
10{/foreach}{/strip}
11{/if}
Note: See TracBrowser for help on using the repository browser.