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]

Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.