This is the first time I have used a plug-in, so I fully expect user error to be the cause of this one, but can someone tell me what I am doing wrong?
My goal is to for the user to be able to switch templates when viewing my site, similar to "zen garden", although not as pretty.
I have tried to implement sottwell’s TemplateSwitcher plug-in.
// add template=templatename to the URL
So I have added to the default index page.
<a href="[~1~]?template=default">default</a><br />
<a href="[~1~]?template=scraf01">text only</a>
scraf01 being the name of a template with no css file.
Clicking on "text only" gives
http://www.scraf.nl/index.php?id=1&refurl=%2Findex.php%3Fid%3D1%3Ftemplate%3Dscraf01&err=1
If I turn on friendly url’s I get
http://www.scraf.nl/minimal-base.html?template=scraf01