Page 1 of 1

News module: How can i show the current category?

Posted: Fri Jun 12, 2009 11:58 am
by jvdoorn
Using cms ms 1.5.4

I am using the default Browse category to display the categories, and when selected displays the article titlesĀ in a Summary template.

This works, but now i want to show the current category on top of the Summary template.

Like:
Current category: [category name]
title
title
title

When i put {$entry->category} in top of the Summary template it doesn't work (always shows the same category, not the current category).

Is there a way to do this?