Ignore:
Timestamp:
Jan 28, 2012, 6:45:06 PM (12 years ago)
Author:
Zaphod
Message:

version 2.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/menubar.tpl

    r11531 r12960  
    22<div id="menubar">
    33        {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}
    129                {/if}
     10        </dl>
    1311        {/foreach}
    1412</div>
Note: See TracChangeset for help on using the changeset viewer.