source: extensions/AdditionalPages/template/menubar_additional_pages.tpl @ 9310

Last change on this file since 9310 was 9310, checked in by patdenice, 13 years ago

Lot of optimization.
Add privacy level management.

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.