Okay, working on something on my site, and noticed, after made menu button on top level main menu, that when go to the page, it reverts to the "Home" menu item being highlighted. How would I change the Active menu item to be my menu button?
Here's the code for the button:
'images' => array(
'title' => $txt['imagespage'],
'href' => $scripturl . '?page=images',
'data-icon' => 'i-picture',
'show' => true,
),