phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] manual index.php,1.12


From: powerstat
Subject: [Phpgroupware-cvs] manual index.php,1.12
Date: Sun, 17 Apr 2005 15:45:00 +0200

Update of manual

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

Log Message:
Added phpdocs
checked with php -l and phpdocumentor.

====================================================
Index: manual/index.php
diff -u manual/index.php:1.11 manual/index.php:1.12
--- manual/index.php:1.11       Mon Dec 16 00:16:54 2002
+++ manual/index.php    Sun Apr 17 13:45:48 2005
@@ -1,21 +1,22 @@
 <?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$ */
+       /**
+       * Manual - User manual
+       *
+       * @copyright Copyright (C) 2000-2002,2005 Free Software Foundation, 
Inc. http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package manual
+       * @version $Id$
+       */

        $GLOBALS['phpgw_info']['flags'] = array
        (
                'nonavbar'              => True,
                'currentapp'    => 'manual'
        );
+
+       /**
+        * Include phpgroupware header
+        */
        include('../header.inc.php');

        $GLOBALS['phpgw']->common->phpgw_footer();






reply via email to

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