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