[pmwiki-users] Skin Help, Anchor to a page

Patrick R. Michaud pmichaud at pobox.com
Sat Dec 17 22:58:41 CST 2005


On Sun, Dec 18, 2005 at 03:30:38AM +0000, Susan wrote:
> I'd like to link directly to Site.Admin from my template. Site.Admin already
> exists. (I created it through an existing page.)
> 
> This is my best guess, but it doesn't seem to work.
> 
> <A href='$WikiUrl?n=Site.Admin'>$[SiteAdminPage]</a>

The easiest is:

    <a href='$ScriptUrl/Site/Admin'>SiteAdminPage</a>

You only need the $[...] if you're expecting to have "SiteAdminPage"
translate into other languages.

Pm





More information about the pmwiki-users mailing list