I am using domain user.
admin/build/domain/theme/[id]
shows all active themes.

I want the to be able to only select 4 out of the 8 activated themes.

Is it possible to show a restricted list of themes?
- by role
- or make a custom code in which i name the themes i want selectable
- or any other way.

thanks,

Pinda

Comments

agentrickard’s picture

Custom code that runs hook_form_system_themes_form_alter() _after_ domain_theme_form_system_themes_form_alter runs should allow you to remove items from the theme list.

agentrickard’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)