source: extensions/AdditionalPages/template/yoga.tpl @ 3292

Last change on this file since 3292 was 3292, checked in by patdenice, 15 years ago

New extension added:
Additional pages (2.0.b)

File size: 203 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.