source: extensions/AdditionalPages/template/AdditionalPages_menu.tpl @ 7830

Last change on this file since 7830 was 6227, checked in by patdenice, 14 years ago

Piwigo 2.1 compatible

File size: 193 bytes
Line 
1<dt>{$block->get_title()}</dt>
2  <dd>
3    <ul>
4    {foreach from=$block->data item=data}
5      <li>
6        <a href="{$data.URL}">{$data.LABEL}</a>
7      </li>
8    {/foreach}
9    </ul>
10  </dd>
Note: See TracBrowser for help on using the repository browser.