phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] wiki/lib init.php


From: Dave Hall
Subject: [Phpgroupware-cvs] wiki/lib init.php
Date: Tue, 25 Jul 2006 00:02:21 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    wiki
Changes by:     Dave Hall <skwashd>     06/07/25 00:02:21

Modified files:
        lib            : init.php 

Log message:
        fix bug #17181 and fix logo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/wiki/lib/init.php?cvsroot=phpgroupware&r1=1.9&r2=1.10

Patches:
Index: init.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/lib/init.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- init.php    15 May 2005 12:55:31 -0000      1.9
+++ init.php    25 Jul 2006 00:02:21 -0000      1.10
@@ -1,5 +1,5 @@
 <?php
-// $Id: init.php,v 1.9 2005/05/15 12:55:31 skwashd Exp $
+// $Id: init.php,v 1.10 2006/07/25 00:02:21 skwashd Exp $
 
 // General initialization code.
 
@@ -59,7 +59,7 @@
 if (!($action == 'save' && !$Preview) && $action != 'admin' && !($action == 
'prefs' && $Save))
 {
        $GLOBALS['phpgw_info']['flags']['nonavbar'] = $anonymous;
-       $GLOBALS['phpgw']->common->phpgw_header();
+       $GLOBALS['phpgw']->common->phpgw_header(!$anonymous);
 }
 
 /*!
@@ -77,7 +77,7 @@
               $page_mutable && (!$anonymous || AnonymousSession == 'editable');
 }
 
-$WikiLogo = $GLOBALS['phpgw_info']['server']['webserver_url'] . 
'/phpgwapi/templates/default/images/logo.gif';
+$WikiLogo = $GLOBALS['phpgw_info']['server']['webserver_url'] . 
'/phpgwapi/templates/base/images/logo.png';
 
 require('lib/url.php');
 require('lib/messages.php');




reply via email to

[Prev in Thread] Current Thread [Next in Thread]