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

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

first commit : update for 2.1 and higher
Integrating spreadmenu directly IN the theme

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