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.4,1.5


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/help index.php,1.4,1.5
Date: Fri, 25 Oct 2002 08:45:54 -0400

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

Modified Files:
        index.php 
Log Message:
ported anglemail - used anglemail-1.1-pre5-12 release - finally :)

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/help/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** index.php   28 Sep 2002 15:20:19 -0000      1.4
--- index.php   25 Oct 2002 12:45:52 -0000      1.5
***************
*** 1,25 ****
! <?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>
--- 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]