Page 1 of 1

Album Category template not working

Posted: Mon Jul 16, 2007 4:22 pm
by cpyu99
I got error message in /var/log/httpd/error.log

Undefined tage: Categories

Any idea ?

What i want to do is to list out the all Album categories.  Anyone have idea .. Thank you for your help in advanced.

Re: Album Category template not working

Posted: Mon Jul 16, 2007 4:25 pm
by cpyu99
The template I am talking about is

{section name=album loop=$categories}

{$categories[album].category->name}
{if !empty($categories[album].category->comment)}{$categories[album].category->comment}{/if}
{$categories[album].albums_content}

{/section}