source: extensions/floPure/menubar_specials.tpl @ 3589

Last change on this file since 3589 was 3474, checked in by flop25, 15 years ago

refresh all the tpl with current yoga tpl.

maj avec le yoga de pwg 2.0.2

File size: 240 bytes
RevLine 
[3474]1<dt>{'special_categories'|@translate}</dt>
2<dd>
3        <ul>
4                {foreach from=$block->data item=link}
5                <li><a href="{$link.URL}" title="{$link.TITLE}" {if isset($link.REL)}{$link.REL}{/if}>{$link.NAME}</a></li>
6                {/foreach}
7        </ul>
8</dd>
9
Note: See TracBrowser for help on using the repository browser.