changed note field in tc_accomplishment to notes
[eq/.git] / help / index.php
1 <?php
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 $ */
12
13     $phpgw_flags = Array('currentapp' => 'manual');
14         
15     $phpgw_info['flags'] = $phpgw_flags;
16     include('../../header.inc.php');
17     $appname = 'eq';
18     include(PHPGW_SERVER_ROOT.'/'.$appname.'/setup/setup.inc.php');
19 ?>
20
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>
24     </font>
25
26     <?php $phpgw->common->phpgw_footer(); ?>