Ignore:
Timestamp:
Feb 17, 2012, 2:20:16 PM (12 years ago)
Author:
flop25
Message:

masonry changed for isotope.js
enhanced compat. with stuffs_thumbnails.tpl

File:
1 edited

Legend:

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

    r11679 r13211  
    11{foreach from=$blocks item=block key=key}
     2  {if !isset($block.thumbnails)}
    23    <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}>
    34    {if isset($block.TITLE)}
     
    1718      </div>
    1819    {/if}
     20  {/if}
    1921    {include file=$block.TEMPLATE}
    20     </div>
     22  {if !isset($block.thumbnails)}
     23  </div>
     24  {/if}
    2125{/foreach}
Note: See TracChangeset for help on using the changeset viewer.