Appearance settings access for admin users

Hey,

I’m wondering if there is a simple way to modify very little code in order to allow admin users to access the Appearance settings.

Thx.

–Eric

A very small plugin should be able to do it… something as simple as

$acl->removeDeny('admin', array('Appearance', 'Themes'));

or

$acl->allow('admin', array('Appearance', 'Themes'));

in the define_acl hook.

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.