root/extensions/flop_style/mainpage_categories/polaroid.tpl @ 9818

Revision 9818, 425 bytes (checked in by flop25, 2 years ago)

captify and polaroid fully functional

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 browser.