On Thu, May 15, 2008 at 04:58:51PM +0200, Erik Haagensen wrote:
> The site logo is defined by the line:
>    $PageLogoUrl = "$PubDirUrl/skins/image.gif";
> in the config.php file.
> 
> When I click on this logo I'll be sent to http://www.mysite.no/index.php .
> 
> How can I change this destination ?

The Bonny skin (http://www.pmwiki.org/wiki/Cookbook/BonnySkin)
allows you to change this without having to alter the skin template.

Install the Bonny skin in the pub/skins directory.

In your local/config.php file, write

$Skin = 'Bonny';
$BonnyLogoLink = 'http://www.mysite.no/new/destination/';

where "http://www.mysite.no/new/destination/"; is the preferred link
destination.

Kathryn Andersen
-- 
 _--_|\     | Kathryn Andersen  <http://www.katspace.com>
/      \    | 
\_.--.*/    | GenFicCrit mailing list <http://www.katspace.com/gen_fic_crit/>
      v     | 
------------| Melbourne -> Victoria -> Australia -> Southern Hemisphere
Maranatha!  |   -> Earth -> Sol -> Milky Way Galaxy -> Universe

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

Reply via email to