Sunday 20 August 2006 8:50:07 am
Hi all, I use the rightmenu on my site. Is it possible to hide that when someone views an object of class 'image' in 'full' view? I like to show large images in real size, by hiding the menu, so there's more space for the image. I know how to hide the menu based on node_id or section_id being viewed by using a select statement like
{switch match=$module_result.section_id}
{case match='1'}
Is there something similar for class_id? Thank you, Maarten
|