Jump to content

How to add different navigation bars and pages to different if events


Fenhopi

Recommended Posts

Hi, can anyone help me with how I would do this? I´m trying to add some colors to my php page. But I have problems adding CSS to this code, so I figured I´d try and add an own navbar for each event.

php]

if($session->logged_in){

Then display navbar1

 

if($session->isAdmin()){

then display navbar2

 

}

[/code]

if($session->logged_in){
Then display navbar1

}

if($session->isAdmin()){
then display navbar2

}

 

You were missing an ending bracket } in the first statement.

I don't know if this error is what you were trying to solve, but do you know anything about sessions?

I'm asking since you have an object called $session.

 

Otherwise you need to be more specific about what the problem is as the code you provided is quite simple :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.