benjaminpearson on 08/11/09
Last Edited at 08/11/09 12:35am
<ul> <li class="<?php if($this->viewVars['page'] == 'home') { echo 'active'; } ?>"><?php echo $html->link('Home', '/') ?></li></ul>
Report this snippet Tweet
Comment:
You need to login to post a comment.