Ignore:
Timestamp:
Jul 9, 2011, 7:12:39 PM (13 years ago)
Author:
flop25
Message:

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

Location:
extensions/stripped_black_bloc/template
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/template/mainpage_categories.tpl

    r11677 r11679  
    11  {foreach from=$category_thumbnails item=cat}
    2         <div class="bloc">
     2        <div class="bloc album">
    33                        <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;" >
    44                                {$cat.NAME}
  • extensions/stripped_black_bloc/template/stuffs_blocks.tpl

    r10851 r11679  
    11{foreach from=$blocks item=block key=key}
    2     <div id="stuffs_block_{$block.ID}" class="content bloc {$block.CLASS} {$block.TEMPLATE|replace:'.tpl':''}" {if !empty($block.WIDTH)}style="width: {$block.WIDTH}%;"{/if}>
     2    <div id="stuffs_block_{$block.ID}" class="content bloc_stuff {$block.CLASS} {$block.TEMPLATE|replace:'.tpl':''}" {if !empty($block.WIDTH)}style="width: {$block.WIDTH}%;"{/if}>
    33    {if isset($block.TITLE)}
    44      <div class="titrePage">
Note: See TracChangeset for help on using the changeset viewer.