[pmwiki-users] Inserting a logo into the "lean" skin

H. Fox haganfox at users.sourceforge.net
Sun Sep 16 16:18:55 CDT 2007


On 9/16/07, Mikey Brass <mike at antiquityofman.com> wrote:
> Hi,
>
> Apologies for yet another request. Does anyone know how to insert a .gif
>   logo into the default heading for a page?
>
> For example, go to http://www.pmwiki.org/wiki/Cookbook/LeanSkin . What I
> am wanting, for example, is to insert a gif  at the top of the page next
> to the "PMWiki".

   $EnableSkinLogo = 1;
   $LeanLogoFile = "URL-path-to-your-logo.gif";

For example, if you put your logo graphic file ("site-logo.gif") in
the pub/ directory you would use

   $EnableSkinLogo = 1;
   $LeanLogoFile = "$PubDirUrl/site-logo.gif";

Hagan



More information about the pmwiki-users mailing list