source: extensions/Slim/template/menubar_links.tpl @ 18811

Last change on this file since 18811 was 18811, checked in by Miklfe, 11 years ago
File size: 438 bytes
Line 
1        <li class="liSub">
2
3<span class="dd_wrapper">{'Links'|@translate}</span>
4        <div class="sub">
5        <ul>
6                {foreach from=$block->data item=link}
7                        <li>
8                                <a href="{$link.URL}" class="external"
9                                        {if isset($link.new_window) } onclick="window.open(this.href, '{$link.new_window.NAME}','{$link.new_window.FEATURES}'); return false;"{/if}
10                                >
11                                {$link.LABEL}
12                                </a>
13                        </li>
14                {/foreach}
15        </ul>
16</div>
17</li>
18
19
20
21
22
Note: See TracBrowser for help on using the repository browser.