View Single Post
  #5  
Old 09-05-2016, 01:03 PM
parayna's Avatar
parayna parayna is offline
Member
 
Join Date: May 2013
Location: Devon, UK
Posts: 342
Gender: Female
Credits: 17,845
parayna is on a distinguished road
Default

I did it! :D I opened class_template and put this in:

PHP Code:
$this->assign("isAdmin",$mysidia->user instanceof Admin); 
And then put:

PHP Code:
{if $isAdmin}<a href="{$home}admincp">Admin Control Panel</a>{/if} 
I can't believe it worked >.> I logged in with the second account I have as a normal member and the link wasn't there. So proud of myself right now T-T I was winging it... XD
Reply With Quote