Changeset 13211 for extensions/stripped_black_bloc/template
- Timestamp:
- Feb 17, 2012, 2:20:16 PM (13 years ago)
- Location:
- extensions/stripped_black_bloc/template
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/stripped_black_bloc/template/stuffs_blocks.tpl
r11679 r13211 1 1 {foreach from=$blocks item=block key=key} 2 {if !isset($block.thumbnails)} 2 3 <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}> 3 4 {if isset($block.TITLE)} … … 17 18 </div> 18 19 {/if} 20 {/if} 19 21 {include file=$block.TEMPLATE} 20 </div> 22 {if !isset($block.thumbnails)} 23 </div> 24 {/if} 21 25 {/foreach}
Note: See TracChangeset
for help on using the changeset viewer.