Ignore:
Timestamp:
Feb 9, 2011, 9:17:48 PM (13 years ago)
Author:
Zaphod
Message:

[extension] stripped - version 1.2.0

File:
1 edited

Legend:

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

    r7989 r9134  
    11{if !empty($blocks) }
    2 <div id="menubar">
    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>
    12   {/if}
    13   {/foreach}
    14 </div>
     2<td id="menubar_container"><div id="menubar">
     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>
     12                {/if}
     13        {/foreach}
     14</div></td>
    1515{/if}
Note: See TracChangeset for help on using the changeset viewer.