phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: manual overview.php,1.4,1.5


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: manual overview.php,1.4,1.5
Date: Fri, 15 Mar 2002 20:25:56 -0500

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

Modified Files:
        overview.php 
Log Message:
update img path

Index: overview.php
===================================================================
RCS file: /cvsroot/phpgroupware/manual/overview.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** overview.php        17 Sep 2001 00:43:14 -0000      1.4
--- overview.php        16 Mar 2002 01:25:53 -0000      1.5
***************
*** 1,22 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare - User manual                                               *
!   * 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']['flags'] = array(
                'currentapp' => 'manual',
                'enable_utilities_class' => True
        );
        include('../header.inc.php');
  ?>
- <img src="<?php echo $GLOBALS['phpgw_info']['server']['app_images']; 
?>/title_overview.gif" border="0">
  <font face="Arial, Helvetica, san-serif" size="2">
  <p>
--- 1,24 ----
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - User manual                                            
   *
!       * 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']['flags'] = array
!       (
                'currentapp' => 'manual',
                'enable_utilities_class' => True
        );
+ 
        include('../header.inc.php');
+ 
+ echo '<img src="' . 
$GLOBALS['phpgw']->common->image($GLOBALS['phpgw_info']['flags']['currentapp'],'title_overview')
 . '" border="0">';
  ?>
  <font face="Arial, Helvetica, san-serif" size="2">
  <p>




reply via email to

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