source: extensions/blancmontxl/template/menubar.tpl @ 6262

Last change on this file since 6262 was 6262, checked in by repie38, 14 years ago

2.1.x version

File size: 723 bytes
Line 
1{if !empty($blocks) }
2<div id="menubar">
3  {if isset($U_START_FILTER)}
4  <a href="{$U_START_FILTER}" title="{'display only recently posted images'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a>
5  {/if}
6  {if isset($U_STOP_FILTER)}
7  <a href="{$U_STOP_FILTER}" title="{'return to the display of all images'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a>
8  {/if}
9        {foreach from=$blocks key=id item=block}
10        <dl id="{$id}">
11                {if not empty($block->template)}
12                {include file=$block->template|@get_extent:$id }
13                {else}
14                {$block->raw_content}
15                {/if}
16        </dl>
17        {/foreach}
18</div>
19{/if}
Note: See TracBrowser for help on using the repository browser.