phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email/help index.php,1.3,1.3.2.1


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/help index.php,1.3,1.3.2.1
Date: Wed, 20 Nov 2002 18:03:56 -0500

Update of /cvsroot/phpgroupware/email/help
In directory subversions:/tmp/cvs-serv27209/help

Modified Files:
      Tag: Version-0_9_14-branch
        index.php 
Log Message:
try again ... anglemail 6-05 port ... email is now fixed!!

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/help/index.php,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** index.php   28 Dec 2001 11:55:51 -0000      1.3
--- index.php   20 Nov 2002 23:03:24 -0000      1.3.2.1
***************
*** 1,26 ****
! <?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_flags = Array(
!               'currentapp'    => 'manual'
!       );
!       $GLOBALS['phpgw_info']['flags'] = $phpgw_flags;
!       include('../../header.inc.php');
!       $appname = 'email';
!       include(PHPGW_SERVER_ROOT.'/'.$appname.'/setup/setup.inc.php');
! ?>
! <img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" 
border="0"><p/>
! <font face="<?php echo $GLOBALS['phpgw_info']['theme']['font']; ?>" size="2">
! Version: <b><?php echo 
$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']; ?></b><p/>
! </font>
! <?php $phpgw->common->phpgw_footer(); ?>
--- 1,26 ----
! <?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_flags = Array(
!               'currentapp'    => 'manual'
!       );
!       $GLOBALS['phpgw_info']['flags'] = $phpgw_flags;
!       include('../../header.inc.php');
!       $appname = 'email';
!       include(PHPGW_SERVER_ROOT.'/'.$appname.'/setup/setup.inc.php');
! ?>
! <img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" 
border="0"><p/>
! <font face="<?php echo $GLOBALS['phpgw_info']['theme']['font']; ?>" size="2">
! Version: <b><?php echo 
$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']; ?></b><p/>
! </font>
! <?php $phpgw->common->phpgw_footer(); ?>





reply via email to

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