source: extensions/flop_style/mainpage_categories/polaroid.tpl @ 9818

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

captify and polaroid fully functional

File size: 425 bytes
Line 
1{combine_css path="template-extension/flop_style/mainpage_categories/polaroid.css"}
2
3<ul class="polaroids">
4{foreach from=$category_thumbnails item=cat}
5  <li>
6                        <a href="{$cat.URL}" title="{$cat.NAME|truncate:38:" [...]"|@replace:'"':' '}">
7                                <img src="{$cat.TN_SRC}"  alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'display this album'|@translate}" >
8                        </a>
9        </li>
10{/foreach}
11</ul>
12<br style="clear:both" />
Note: See TracBrowser for help on using the repository browser.