Can a current tab have more than one variable?
For example. if I have a page located in: www.example.com/instructions/directions, can the current_tab coding list both "instructions" and "directions"
something like this:
<li <? if (isset($current_tab) && $current_tab == 'instructions' 'directions'): ?>class="current"<? endif ?>>
The reason being is that I want to apply the class current to both links that are shown, but they are in 2 separate locations.
Thanks!
Beats

Help












