phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: manual/help/EN overview.php,1.3,1.4


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

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

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

Index: overview.php
===================================================================
RCS file: /cvsroot/phpgroupware/manual/help/EN/overview.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** overview.php        8 Jun 2001 03:23:03 -0000       1.3
--- overview.php        16 Mar 2002 01:25:53 -0000      1.4
***************
*** 1,20 ****
  <?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$ */
  
!   $phpgw_info["flags"] = array("currentapp" => "manual", 
"enable_utilities_class" => True);
!   include("../../../header.inc.php");
!   $font = $phpgw_info['theme']['font'];
  ?>
- <img src="<?php echo $phpgw->common->image('phpgwapi','logo.gif'); ?>" 
border="0">
  <font face="<?php echo $font; ?>" size="2"><p/>
  The following pages are an to be used as a guideline/ready reference
--- 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');
!       $font = $phpgw_info['theme']['font'];
  
!       echo '<img src="' . 
$GLOBALS['phpgw']->common->image($GLOBALS['phpgw_info']['flags']['currentapp'],'title_overview')
 . '" border="0">';
  ?>
  <font face="<?php echo $font; ?>" size="2"><p/>
  The following pages are an to be used as a guideline/ready reference
***************
*** 27,31 ****
  internet as we know it, would not be available, or would at the very least
  be similar to many other well known <b> costly </b> alternatives.<br/>
! For those of you who are not familar with "<a 
href="http://www.gnu.org/philosophy/free-sw.html"; target=_new>free 
software</a>", please visit 
  a short philosophy of the <a href="http://www.fsf.org"; target=_new>Free 
Software Foundation</a>.<p/>
  Now on with the overview: (NB: please be aware this is an evolving project, 
so some
--- 31,35 ----
  internet as we know it, would not be available, or would at the very least
  be similar to many other well known <b> costly </b> alternatives.<br/>
! For those of you who are not familar with <a 
href="http://www.gnu.org/philosophy/free-sw.html"; target=_new>Free 
Software</a>, please visit 
  a short philosophy of the <a href="http://www.fsf.org"; target=_new>Free 
Software Foundation</a>.<p/>
  Now on with the overview: (NB: please be aware this is an evolving project, 
so some




reply via email to

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