source: extensions/floOS/OS_default/template/menubar_specials.tpl @ 9120

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

adding tiptip for icons
language code in smarty tag changed -> I hate that change !!
ready to be in PEM

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