phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] property/help index.php,1.1


From: sigurdne
Subject: [Phpgroupware-cvs] property/help index.php,1.1
Date: Fri, 25 Nov 2005 13:44:00 +0100

Update of property/help

Added Files:
     Branch: MAIN
            index.php 

Log Message:
*** empty log message ***

====================================================
Index: index.php
<?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: index.php,v 1.1 2005/11/25 12:44:57 sigurdne Exp $ */

        $phpgw_flags = Array(
                'currentapp'    => 'manual'
        );
        $phpgw_info['flags'] = $phpgw_flags;
        include('../../header.inc.php');
        $appname = 'property';
        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 $phpgw_info['theme']['font']; ?>" size="2">
Version: <b><?php echo $setup_info[$appname]['version']; ?></b><p/>
</font>
<?php $phpgw->common->phpgw_footer(); ?>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]