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

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

custom navigation bar
menu switch works according to the config and at the first run
custom album tittle color

File size: 354 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; max-width:150px;" >
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.