Jump to content
MakeWebGames

Admin Staff Panel Link


Mafia Mobsters

Recommended Posts

Hey,

I am currently trying to create a new staff panel with the GRPG code. But one thing is not working for me and I don't know how to fix it.

I am trying to get | Staff panel, behind the Vote and Refer links with this code:

 

<a href="vote.php">Vote</a> | <a href="refer.php">Refer</a> | <a href="rmstore.php">Upgrade Account</a> 
<?php if ($user_class->admin == 1)
{
<a href="admin/panel.php">Admin Panel</a>
}
?>

 

Does anyone know what i'm doing wrong? It does not show when having admin acces, Also Dreamweaver says its bugged...

Greetings:cool:

Link to comment
Share on other sites

  • 4 weeks later...

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.   Paste as plain text instead

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