source: extensions/stripped_black_bloc/template/mainpage_categories.tpl @ 11709

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

adding a round border
changed the way to recognize album : clear border
thumbnails caption = false compatible
bar removed
pwg stuff witdh restricted to 2width except for stuff_thumbnail
thumbnails generation based on file first

File size: 337 bytes
Line 
1  {foreach from=$category_thumbnails item=cat}
2        <div class="bloc album">
3                        <a href="{$cat.URL}" style="background: url({$cat.TN_SRC}) no-repeat scroll center center transparent; height: {$cat.TN_HEIGHT}px; width: {$cat.TN_WIDTH}px; opacity: 0.75;" >
4                                {$cat.NAME}
5                        </a>
6                                <div class="title">{$cat.NAME}</div>
7        </div>
8  {/foreach}
Note: See TracBrowser for help on using the repository browser.