is it possible to use more than one theme on a xoop site. I'd like to implement different themes to different areas of my site
cheers

Requested by Xirmoc and Answered by Carnuke on 2005/9/12 10:19:26

is it possible to use more than one theme on a xoop site. I'd like to implement different themes to different areas of my site
cheers

Yes, you can use as many themes as you want and have them change automatically according to which module is displayed. Either use the theme changer module or this script in a php custom block;

$GLOBALS['xoopsConfig']['theme_set'] = "theme_name";

change theme_name for the alternative theme and place the block VISIBLE and without a title to show in the module(s) that you want this theme to change for.

This Q&A was found on XOOPS Web Application System : https://xoops.org/modules/smartfaq/faq.php?faqid=512