Quick question (I think). I'm tinkering around with the config files for some wikigroups and eying the pmwiki.tmpl - what I am setting up is a system where each wikigroup will have its own PageLogoUrl, and I want people to be able to click on that to return to the wikigroup HomePage or Acceuil. It's not working.
<br><br>Here's the problem:<br>1) The pmwiki.tmpl has this line:<br><br> <div id='wikilogo'><a href='{$ScriptUrl}'><img src='$PageLogoUrl'<br> alt='$WikiTitle' border='0' /></a></div><br>
<br>2) I think that <a href='{$ScriptUrl}'> is routing the click to the Main.HomePage - in any event that's where you end up when you click the logo<br><br>3) I tried adding $ScriptUrl = 'HomePage' in the config file, but that made a mess (didn't see that $ScriptUrl is used for a bunch of things later on- so I undid that)
<br><br>4) I think I can replace {$ScriptUrl} with HomePage in the pmwiki.tmpl file, but that will mean that every wikigroup regardless of language will have to start with HomePage rather than Accueil or whatever.<br><br>
5) Can I make up my own $AbcdXyz tag in the pmwiki.tmpl file and then define that in each wikigroup config file?<br><br>5a) if not, what do I do?<br><br>TIA for any guidance<br><br>Don<br><br><br>