04-10-2017, 12:02 PM
You don't have to "include" our nav bar at all. You can simply replace it with your own.
Then, for users who are logged in, you have statements like
if($user->isLoggedIn){
//do this
}
or
if(!$user->isLoggedIn{
//do this
}
Then, for users who are logged in, you have statements like
if($user->isLoggedIn){
//do this
}
or
if(!$user->isLoggedIn{
//do this
}