Hi there,
I have multiple templates installed on a site. I would like to be able to switch between these templates from the frontend of the website. This is fairly easy to do, there is a joomla module out there that does it. The problem is, clicking on a link will always revert the site back to the default template.
For example, you can append the following to the URL to load a different template:
?template=template_name
but when you click on a link, you lose that URL appendix. What can I do to keep the template switched? I imagine it would be adding something to the templateDetails.xml and then some php code to the index.php file. However, the T3 framework makes this kind of modification confusing!
Suggestions?