Quote:
Originally Posted by Lynne
Then you probably just need to create a navtab for it in the Navigation Manager, grab the identity at the top of that page (let's pretend it is tab_abc_123) and add a plugin at the set_navigation_tab_main:
PHP Code:
if ($_GET['faq'] == 'cusclients') $root = 'tab_abc_123';
I *think* that will do it (it's been a while since I writen a plugin to highlight a navtab).
|
Awesome! Worked perfectly, thanks Lynne.