source: extensions/simple_themes/simple/template/menubar_links.tpl @ 13546

Last change on this file since 13546 was 13546, checked in by plg, 12 years ago

import theme Simple, version 2.0

  • adaptation of the theme for Piwigo 2.1
File size: 145 bytes
Line 
1<h3>{'Links'|@translate}</h3>
2<ul>
3  {foreach from=$block->data item=link}
4  <li><a href="{$link.URL}">{$link.LABEL}</a></li>
5  {/foreach}
6</ul>
Note: See TracBrowser for help on using the repository browser.