source: extensions/gally/gally-default/template/menubar_links.tpl @ 16016

Last change on this file since 16016 was 16016, checked in by grum, 12 years ago

feature:2664- compatibility with Piwigo 2.4

  • Property svn:executable set to *
File size: 372 bytes
Line 
1<dt>{'Links'|@translate}</dt>
2<dd>
3  <ul>{strip}
4    {foreach from=$block->data item=link}
5      <li>
6        <a href="{$link.URL}" class="external"{if isset($link.new_window)} onclick="window.open(this.href, '{$link.new_window.NAME}','{$link.new_window.FEATURES}'); return false;"{/if}>
7        {$link.LABEL}
8        </a>
9      </li>
10    {/foreach}
11  {/strip}</ul>
12</dd>
Note: See TracBrowser for help on using the repository browser.