[pmwiki-users] PageLogoURL as Link

Patrick R. Michaud pmichaud at pobox.com
Thu Dec 9 09:21:28 CST 2010


On Sat, Dec 04, 2010 at 04:12:08PM -0500, George Laverick wrote:
> On Sat, 4 Dec 2010 19:38:29 +0100
> Peter Bowers <pbowers at pobox.com> wrote:
> 
> > On Sat, Dec 4, 2010 at 5:52 PM, George Laverick <wiki at woodlark.org>
> > wrote:
> > >
> > > The image defined by $PageLogoURL is also a link. By default, it
> > > points to the home page of the wiki. I would like it to point to a
> > > URL that is outside of the wiki, but I have been unable to find
> > > where that is defined.
> > >
> > > If it helps any, I am using the Triad skin.
> > 
> > Look in Site/PageHeader
> > 
> > -Peter
> 
> I found the Site.Pageheader page and it contained a string that looked
> like this:
> 
> [[{$ScriptUrl}|{$PageLogoUrl}]]
> 
> I went into config.php and defined a variable $MotherUrl (also tried
> defining it in pmwiki.php) and changing the above string to:
> 
> [[{$MotherUrl}|{$PageLogoUrl}]]

Seems like you should be able to just do

   [[http://other.location | {$PageLogoUrl}]]

and avoid the definition of a {$MotherUrl} variable entirely.

Pm



More information about the pmwiki-users mailing list