source: extensions/floOS/OS_default/template/menubar_links.tpl @ 9675

Last change on this file since 9675 was 9675, checked in by flop25, 13 years ago

updating tpl files
delete of picture.css
Theme URI updated

File size: 616 bytes
Line 
1{if isset($tab_system) && $tab_system && in_array($id, $tab_closed)}
2<dt class="titre_acordeon">
3{else}
4<dt class="titre_acordeon_0">
5{/if}
6<a href="javascript:void(0);"><img src="{$ROOT_URL}{$themeconf.icon_dir}/menu/small_resizable.png" class="button_res" alt="[_]">{'Links'|@translate}</a></dt>
7<dd>
8        <ul>{strip}
9                {foreach from=$block->data item=link}
10                        <li>
11                                <a href="{$link.URL}" class="external"{if isset($link.new_window)} onclick="window.open(this.href, '{$link.new_window.NAME}','{$link.new_window.FEATURES}'); return false;"{/if}>
12                                {$link.LABEL}
13                                </a>
14                        </li>
15                {/foreach}
16        {/strip}</ul>
17</dd>
Note: See TracBrowser for help on using the repository browser.