·þÎñ·ÖÀà
{php}
$category=$this->GetMysqlArray('*'," ".$this->GetTable('category')." WHERE type='$this->app' AND upid=0 ORDER BY displayorder ASC");
{/php}
{if $category}
{for $category $value}
- ({echo $value['total']}){echo $value['name']}
{/for}
{/if}