]> git.sur5r.net Git - contagged/blob - templates/list.tpl
tagging
[contagged] / templates / list.tpl
1 <br><br>
2 <table cellspacing="0" cellpadding="0" width="100%" align="center">
3   {if $list == ''}
4     <tr>
5       <td align="center">
6         {$lang.err_noentries}
7       </td>
8     </tr>
9   {else}
10     {* $list is a concatenation of multiple list_entry.tpl *}
11     {$list}
12   {/if}
13 </table>
14 <br><br><br>