[Top][All Lists]
[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(); ?>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: email/help index.php,1.4,1.5,
Dave Hall <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.168,1.169 class.listbox.inc.php,1.10,1.11 class.portalbox.inc.php,1.18,1.19 class.xslttemplates.inc.php,1.6,1.7 functions.inc.php,1.157,1.158
- Next by Date:
[Phpgroupware-cvs] CVS: email/templates/default/images navbar.gif,1.1,1.2 navbar.png,1.3,1.4
- Previous by thread:
[Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.168,1.169 class.listbox.inc.php,1.10,1.11 class.portalbox.inc.php,1.18,1.19 class.xslttemplates.inc.php,1.6,1.7 functions.inc.php,1.157,1.158
- Next by thread:
[Phpgroupware-cvs] CVS: email/templates/default/images navbar.gif,1.1,1.2 navbar.png,1.3,1.4
- Index(es):