1 kleinicolas Mar 06, 2005 18:15
3 kleinicolas Mar 06, 2005 20:04
Topanga wrote:
If you want to test on the ID, you do it like this :
<?php if (($Item->get('main_cat_ID') == '143') ?>
if you want to use it in for example the class, you do it like this :
<?php $test=$Item->get('main_cat_ID'); echo $test ?>
G?nial ! C'est tout ? fait ce que je cherchais.
Merci beaucoup
thank you very much :D
Nicolas
If you want to test on the ID, you do it like this :
if you want to use it in for example the class, you do it like this :