phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgroupware about.php, 1.14.2.3.2.1, 1.14.2.3.2.2


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] phpgroupware about.php, 1.14.2.3.2.1, 1.14.2.3.2.2
Date: Tue, 18 Nov 2003 16:03:31 +0000

Update of /cvsroot/phpgroupware/phpgroupware
In directory subversions:/tmp/cvs-serv24862

Modified Files:
      Tag: Version-0_9_16-branch
        about.php 
Log Message:
bugfix missing logo

Index: about.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/about.php,v
retrieving revision 1.14.2.3.2.1
retrieving revision 1.14.2.3.2.2
diff -C2 -d -r1.14.2.3.2.1 -r1.14.2.3.2.2
*** about.php   20 Apr 2003 09:01:00 -0000      1.14.2.3.2.1
--- about.php   18 Nov 2003 16:03:28 -0000      1.14.2.3.2.2
***************
*** 1,14 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare                                                             *
!   * http://www.phpgroupware.org                                              *
!   * --------------------------------------------                             *
!   *  This program is free software; you can redistribute it and/or modify it *
!   *  under the terms of the GNU General Public License as published by the   *
!   *  Free Software Foundation; either version 2 of the License, or (at your  *
!   *  option) any later version.                                              *
!   \**************************************************************************/
! 
!   /* $Id$ */
  
        $GLOBALS['phpgw_info'] = array();
--- 1,13 ----
  <?php
!       
/**************************************************************************\
!       * phpGroupWare                                                          
   *
!       * http://www.phpgroupware.org                                           
   *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
!       /* $Id$ */
  
        $GLOBALS['phpgw_info'] = array();
***************
*** 23,30 ****
                if (!($included = 
$GLOBALS['phpgw']->hooks->single('about',$app)))
                {
! function about_app()
! {
        global $app;
!       $icon = $GLOBALS['phpgw']->common->image($app,'navbar.gif');
        include (PHPGW_INCLUDE_ROOT . "/$app/setup/setup.inc.php");
        $info = $setup_info[$app];
--- 22,29 ----
                if (!($included = 
$GLOBALS['phpgw']->hooks->single('about',$app)))
                {
!                       function about_app()
!                       {
        global $app;
!       $icon = $GLOBALS['phpgw']->common->image($app,'navbar');
        include (PHPGW_INCLUDE_ROOT . "/$app/setup/setup.inc.php");
        $info = $setup_info[$app];
***************
*** 101,105 ****
        ));
  
!       
$tpl->set_var('webserver_url',$GLOBALS['phpgw']->common->get_image_path('phpgwapi'));
        $tpl->set_var('phpgw_version','phpGroupWare API version ' . 
$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
        if ($included)
--- 100,104 ----
        ));
  
!       
$tpl->set_var('phpgw_logo',$GLOBALS['phpgw']->common->image('phpgwapi','logo'));
        $tpl->set_var('phpgw_version','phpGroupWare API version ' . 
$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
        if ($included)





reply via email to

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