Page 1 of 1

Easy way to know category index page?

Posted: Tue Jul 08, 2008 4:17 am
by tpost
Is there a Smarty variable for S9Y that will detect if a page is the category index page?

I would use this variable in the template index.tpl.

Thanks for reading!

Re: Easy way to know category index page?

Posted: Tue Jul 08, 2008 11:18 am
by garvinhicking
Hi!

You should be able to detect category view's by:

Code: Select all

{if $view == 'category'}
...
{/if}
Regards,
Garvin