nullacht15
Results 1 - 1 of 1
Great for testing templates without changing default template in the backend.
But need a very small change in the Joomla Core to work:
In file /includes/application.php in function getTemplate change the line
if ($template = $this->get('setTemplate')) {
to this one
if ($template = $this->getUserState('setTemplate')) {
My respect & thanks to the developer. :)
Greetings from old europe.
But need a very small change in the Joomla Core to work:
In file /includes/application.php in function getTemplate change the line
if ($template = $this->get('setTemplate')) {
to this one
if ($template = $this->getUserState('setTemplate')) {
My respect & thanks to the developer. :)
Greetings from old europe.


