Admin Restricted Code Question
How would I code something so its restricted to admins, It just to restrict some links from the members, kinda like how members dont see the Settings panel.
Example of Something Similiar:
if ($userrole == admin){
...
}
Example of Something Similiar:
if ($userrole == admin){
...
}
0