The bad news
There isn't a template chooser for Joomla 1.5.x
The good news
A user by the name of Largowww made a template chooser for Joomla 1.5, it requires a small hack to the Joomla core file includes/application.php. The hack is pretty simple, all one has to do is look for the line:
- Code: Select all
if ($template = $this->get('setTemplate')) {
(around line 285 in Joomla 1.5.3)
Then replace that line with this code:
- Code: Select all
if ($template = $this->getUserState('setTemplate')) {
You can download the module from the extensions area or from the author's homepage:
http://joomla.linkster.be/new/index.php ... einfo&id=5