source: extensions/gally/gally-default/template/menubar_specials.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: 243 bytes
Line 
1<dt>{'Specials'|@translate}</dt>
2<dd>
3  <ul>{strip}
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  {/strip}</ul>
8</dd>
Note: See TracBrowser for help on using the repository browser.