Report abuse

1
2
3
4
5
6
7
if ($this->get( 'Category' ) == 3)
{
	$css-id = 'cat-trois'
}
<div id="<?=$css-id?>">
blabla
</div>