egroupware/admin/help/index.php

28 lines
1.2 KiB
PHP
Raw Normal View History

2001-05-10 05:16:39 +02:00
<?php
/**************************************************************************\
2004-01-27 00:06:52 +01:00
* eGroupWare - User manual *
* http://www.egroupware.org *
2001-05-10 05:16:39 +02:00
* -------------------------------------------- *
* 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',
'admin_header' => True
2001-05-10 05:16:39 +02:00
);
$phpgw_info['flags'] = $phpgw_flags;
include('../../header.inc.php');
$appname = 'admin';
include(PHPGW_SERVER_ROOT.'/'.$appname.'/setup/setup.inc.php');
2001-05-10 05:16:39 +02:00
?>
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border="0"><p/>
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
Version: <b><?php echo $setup_info[$appname]['version']; ?></b>
2001-05-10 05:16:39 +02:00
</font>
<?php $phpgw->common->phpgw_footer(); ?>