Hello, I have a php file for my footer and for my main nav menu that I just include in each page.
[php]<?php include 'includes/menu.php'; ?>[/php] it works fine, but I decided to have an ‘active’ class for my menu to show the page im on. How would I go about putting logic to the menu.php file to tell it to change the tab color to active on the about page when im on the about page?
This is whats in the menu.php file right now.
[php]