{*Created : {$category[category].create_time|date_format:"%A, %B %d, %Y @ %H:%M:%S"}/Last Update: {if $category[category].last_update eq ""}not yet{else}{$category[category].last_update|date_format:"%A, %B %d, %Y @ %H:%M:%S"}{/if}*}
<table>
{section name=category loop=$category}
{if $category[category].status eq "1"}
<tr>
<td>
<a href="?action=title&cid={$category[category].oid}" title="{$category[category].description|default:"n/a"}">{$category[category].category_name}</a>
</td>
</tr>
{/if}
{sectionelse}
<tr><td>No category define yet</td></tr>
{/section}
</table> |