<div class="module"> <ul> <?php foreach( $categories as $c ) : ?> <li <?php if( 1==2 ) : ?>class="active"<?php endif; ?>><img class="cat_ico" src="html/images/sam_100_62.png" alt=""/> <a href="Product/Category?categories_id=<?php echo $c->id; ?>"><?php echo $c->title; ?></a></li> <?php endforeach; ?> </ul> </div>