Changeset 12960 for extensions/stripped/template/menubar.tpl
- Timestamp:
- Jan 28, 2012, 6:45:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/stripped/template/menubar.tpl
r11531 r12960 2 2 <div id="menubar"> 3 3 {foreach from=$blocks key=id item=block} 4 {if ( not empty($block->template) or not empty($block->raw_content) )} 5 <dl id="{$id}"> 6 {if not empty($block->template)} 7 {include file=$block->template|@get_extent:$id } 8 {else} 9 {$block->raw_content} 10 {/if} 11 </dl> 4 <dl id="{$id}"> 5 {if not empty($block->template)} 6 {include file=$block->template|@get_extent:$id } 7 {else} 8 {$block->raw_content} 12 9 {/if} 10 </dl> 13 11 {/foreach} 14 12 </div>
Note: See TracChangeset
for help on using the changeset viewer.