For example, say I added a script that detected the Opera browser. Could I then change the homepage template from 'example_template' to 'opera_template' using a conditional statement like:
- Code: Select all
if($isOpera){
$template = 'opera_template'
}
(I know those variables don't really exist)
I use another CMS where the theme can be set in a link if required, e.g.
- Code: Select all
index.php?theme=opera_theme
So I wondered if this was possible with PHPWCMS ?
