Admin name in the nav
Posted: Fri Mar 30, 2012 4:56 pm
I modified the nav, to enter instead of writing My Files, the name of "Registered user", so everything is right!
but when I access via Admin login, I dont see any name
how can I fix this?
its possible?
thanks in advance, and sorry for my bad english(im italian )
ps: This script is fantastic, I will donate soon
but when I access via Admin login, I dont see any name
how can I fix this?
- Code: Select all
<?php if ($_SESSION['islogged'] <> true) {?>
<a class="toplinks" href="index.php?page=login"><?php echo $lang[login];?></a>
<?php }else{?><a class="toplinks" href="index.php?page=userpanel"><?php echo $_SESSION['name'];?></a><?php }?>
its possible?
thanks in advance, and sorry for my bad english(im italian )
ps: This script is fantastic, I will donate soon