<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif"><br>
<br>
Thanks Dave forthe quick reply.<br>
<br>
I didn't remember the group based config files.<br>
<br>
No php skills needed just to paste the $PageLogoUrl variable from
local.php and put the new one in the group.php.!!!<br>
It works fine.<br>
<br>
Rgds<br>
<br>
Graham<br>
</font><br>
DaveG wrote:
<blockquote cite="mid:4AD7259F.10104@solidgone.com" type="cite"><br>
  <br>
On 10/15/2009 9:19 AM, Graham Archer wrote:
  <br>
  <blockquote type="cite">Hi,
    <br>
    <br>
I would like to change the Wiki logo ( top left hand corner) ,
    <br>
$PageLogoUrl, variable depending on the Group. I am using the monobook
skin.
    <br>
I guess I should be able to do this in config.php - but my php
knowledge
    <br>
isn't up to knowing how to write.....
    <br>
    <br>
" if group = xxxx then logo Urlxxx, else logo Urlyyy"
    <br>
  </blockquote>
Unless monobook does something specific with the page logo:
  <br>
  <br>
$group = PageVar($pagename, '$Group');
  <br>
if ($group == 'group1') $PageLogoUrl = 'path_to_url';
  <br>
elseif ($group == 'group2') $PageLogoUrl = 'path_to_url';
  <br>
  <br>
You could also create group config files, and set the $PageLogoUrl path
there. Simply create a config file named after you group (group1.php).
  <br>
  <br>
&nbsp;~ ~ David
  <br>
</blockquote>
</body>
</html>