Jump to content

Distinguish Salesman Backoffice From Superadmin Backoffice


Recommended Posts

Hi,

 

Is there some php function to distinguish salesman backoffice visual from superadmin backoffice? I would like to give the custommer just the basic settings especially in modules section. I want him just to see the modules, he is supposed to see.

 

I set everything in permissions tab but he still see the find modules categories etc.

 

I want to do something like this:

 

if(admin == true){ load admin.css} else {load salesman.css} I know its not so safe because he can rewrite it in inspector tools, but it will be sufficient way.

Link to comment
Share on other sites

×
×
  • Create New...