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

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

overflow hidden

File size: 400 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:20:" [...]"|@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>
Note: See TracBrowser for help on using the repository browser.