On 9/16/07, Mikey Brass <[EMAIL PROTECTED]> 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

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to