XJuiThemeSwitcher encapsulates the Theme Switcher Widget.
Requirements ¶
- Yii 1.1.7 or above...
- a connection to the internet
Usage ¶
- extract the file under .../protected/extensions
- put in a view a code blocks like the following...
<?php
$this->widget('ext.themeswitcher.XJuiThemeSwitcher', array(
"id"=>"switcher",
"options"=>array("loadTheme"=>"Redmond")
));
?>
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.