Question
I'm customizing the
NatSkin, and would like to change the way the crumb trail appears; specifically, I'd like to remove the link to
WebHome, as I'm linking to that elsewhere.
In short, my idea is to replace the Wiki logo by a friendly (text) version of the web name that links to WebHome, and thus the locator would no longer need to include the name of the web in its output string. See
http://rabbit-island.net/cgi-bin/twiki/view/Main
for a look at what I'm trying to do.
It looks like the locator is created by a call to %TMPL:P{"locator"}%, but I can't find where that variable is defined.
Environment
--
MarcPerkins - 13 Feb 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
The template variable "locator" is defined in
attach.nat.tmpl
changeform.nat.tmpl
changes.nat.tmpl
edit.nat.tmpl
moveattachment.nat.tmpl
oops.nat.tmpl
preview.nat.tmpl
rdiff.nat.tmpl
renamebase.nat.tmpl
settings.nat.tmpl
view.nat.tmpl
and used in
defaulttopbar.nat.tmpl.
--
MichaelDaum - 13 Feb 2006
That's it ... thanks!
--
MarcPerkins - 13 Feb 2006