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: