(Sorry for that incomplete send.)
On Mon, 2011-02-07 at 17:11 +0100, Leonard den Ottolander.nl wrote:
With a bit of searching I found the Site Configuration Permissions/Custom Permissions module which I think will solve my issue.
The module misses the "administer theme" option since the upgrade from 6.x-1.0 to 6.x-2.0. Just adding
'administer themes' => array('admin/build/themes', 'admin/build/themes/settings'),
to the $perms array in config_perms.install seems to reenable this functionality.
Regards, Leonard.