phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] admin/help index.php,1.6


From: powerstat
Subject: [Phpgroupware-cvs] admin/help index.php,1.6
Date: Wed, 11 May 2005 08:59:00 +0200

Update of admin/help

Modified Files:
     Branch: MAIN
            index.php lines: +17 -11

Log Message:
Added phpdocs

====================================================
Index: admin/help/index.php
diff -u admin/help/index.php:1.5 admin/help/index.php:1.6
--- admin/help/index.php:1.5    Thu Dec 30 07:38:14 2004
+++ admin/help/index.php        Wed May 11 06:59:37 2005
@@ -1,23 +1,29 @@
 <?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$ */
+       /**
+       * Administration - User manual
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @subpackage manual
+       * @version $Id$
+       */

        $phpgw_flags = Array(
                'currentapp'    => 'manual',
                'admin_header'  => True
        );
        $phpgw_info['flags'] = $phpgw_flags;
+
+       /**
+       * Include phpgroupware header
+       */
        include('../../header.inc.php');
        $appname = 'admin';
+
+       /**
+       * Include admins setup
+       */
        include(PHPGW_SERVER_ROOT.'/'.$appname.'/setup/setup.inc.php');
 ?>
 <img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" 
border="0"><p/>






reply via email to

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