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

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

Convert all php and tpl files in Unix format for my plugins.

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.