Hi,
I need help with the following.
In my menu I've added a child called Home to show in the menu. The Child Home is attached to a template with the following redirect.
<?php $session->redirect('/'); ?>
When Home is active, it losses styling because there is no .current class when the Home is active. I've attached a screenshot. Is there a solution for this?