Last change
on this file since 23536 was
9675,
checked in by flop25, 14 years ago
|
updating tpl files
delete of picture.css
Theme URI updated
|
File size:
504 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>{strip} |
---|
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 | {/strip}</ul> |
---|
14 | </dd> |
---|
Note: See
TracBrowser
for help on using the repository browser.