Hi there
I’m playing with the new Pages module, and was wondering how to get info from the URL. Say, for example, that my URL is like this:
I’d obviously be in the “About” section of the site. In the nav, I want to be able to highlight this fact, kinda like:
{if section == "About"}{/if}About{if section == "About"}{/if}
Is there an “Expression Engine Way” of doing this? I know how to do it in PHP, but I’m keen to learn as much EE syntax as possible.
Thanks in advance,
Phil