Can the switchtheme block display the enabled theme options with 'radio' buttons instead of a drop down 'select' menu? You select the theme by choosing the relevant button to submit the form.

I've had a look but to no avail, not php enabled me yet.

Cheers,

scott.

Comments

sun’s picture

Status: Active » Closed (duplicate)

No, if you want to customize the output, you probably need to implement a form theme override function, or an own, custom version of SwitchTheme's block in a custom module (but re-using SwitchTheme's functions).

Partially duplicate of #149198: Add page with theme thumbnails to choose theme.

BBC5tv’s picture

Cheers for the reply, I'll have a look.