PDA

View Full Version : What variable to use to print category id


berto
06-02-2011, 04:41 PM
Hi

Anyone know what variable I can use to print the current category id on screen?

{category.category_id}

Micha
06-03-2011, 08:15 AM
<vte:value select="{CURRENT_CATEGORY.get_id}" />

berto
06-07-2011, 03:50 PM
Thank you :)