Hey guys,
I ran into a dead end here…
When I create a navigation I usually use this code to create a “on” state when the user is on that page
{if "{embed:page}" == "home"}on{if:else}{/if}This time around all the on states are on the same page… the user simply navigates from one option to another without leaving that page.
is there a techique i can use that can create the on state via URL
for example if the url is this http://www.mysite.com/management_team_detail/mr.name_1
can EE do something like
{if "{url}" == "mr.name_1"}on{if:else}{/if}Thanks alot!
Topchi