Login   Register  
PHP Classes
elePHPant
Icontem

File: tmpl/client.view.category.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of invitro  >  Navelo CMS  >  tmpl/client.view.category.tpl  >  Download  
File: tmpl/client.view.category.tpl
Role: Auxiliary data
Content type: text/plain
Description: user view category template
Class: Navelo CMS
A complete Content Management System
Author: By
Last change:
Date: 2004-08-04 07:36
Size: 606 bytes
 

Contents

Class file image Download
{*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>