2 /**************************************************************************\
3 * phpGroupWare - User manual *
4 * http://www.phpgroupware.org *
5 * -------------------------------------------- *
6 * This program is free software; you can redistribute it and/or modify it *
7 * under the terms of the GNU General Public License as published by the *
8 * Free Software Foundation; either version 2 of the License, or (at your *
9 * option) any later version. *
10 \**************************************************************************/
11 /* $Id: index.php,v 1.2 2001/06/09 02:43:01 skeeter Exp $ */
13 $phpgw_flags = Array('currentapp' => 'manual');
15 $phpgw_info['flags'] = $phpgw_flags;
16 include('../../header.inc.php');
18 include(PHPGW_SERVER_ROOT.'/'.$appname.'/setup/setup.inc.php');
21 <img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border="0"><p/>
22 <font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
23 Version: <b><?php echo $setup_info[$appname]['version']; ?></b>
26 <?php $phpgw->common->phpgw_footer(); ?>