Hi,
I have put together this syntax to take care of the current highlighted menu item class. First question, there is an error with my syntax but I dont know where?
Second question is, is there a more efficient way to do this or is that pretty much it?
print "<li" if ($page == 'home') {print "class=\"current\"}">" . \"<a href=" . ROOT_URL . "about>" . _("About us") . "</a></li>\n";