I have this navigation, but I can\'t seem to find a solution to add an .active class to the current page. Can anyone help me here?
You can use $_GET:
$_GET
X-BIKES " >Events ">Login / ">Register ">Logout "> Cart ()
And then in the CSS, you can change the link colour:
.navigation a { color: blue; } .navigation .active a { color: red; }