summaryrefslogtreecommitdiff
path: root/templates/simple_plugin.tpl
blob: 8f30efe2444fe0200d924da9dd4d54c8675f3940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{box title=$title}

    {foreach key=t item=i from=$listcat}
        <b>{$t}:</b>
        {section name=o loop=$i}
            <a href="{$i[o].href}" title="{tr}Created{/tr} {$i[o].created|bit_long_date}">
                {$i[o].name}
            </a>
            {if $smarty.section.o.index ne $smarty.section.o.total - 1} &middot; {/if}
        {/section}<br />
    {/foreach}

{/box}