/ Published in: PHP
Expand |
Embed | Plain Text
<?$uri = $this->uri->rsegment_array()?> <?=($uri[1] == 'main') ? 'class="main sel"' : 'class="main"'?>
You need to login to post a comment.
justinseiter on 04/26/09
2 people have marked this snippet as a favorite
<?$uri = $this->uri->rsegment_array()?> <?=($uri[1] == 'main') ? 'class="main sel"' : 'class="main"'?>
You need to login to post a comment.