phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] todo/help index.php,1.4


From: powerstat
Subject: [Phpgroupware-cvs] todo/help index.php,1.4
Date: Tue, 10 May 2005 17:48:00 +0200

Update of todo/help

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

Log Message:
Added phpdocs

====================================================
Index: todo/help/index.php
diff -u todo/help/index.php:1.3 todo/help/index.php:1.4
--- todo/help/index.php:1.3     Sat Sep 28 15:20:20 2002
+++ todo/help/index.php Tue May 10 15:48:57 2005
@@ -1,22 +1,28 @@
 <?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$ */
+       /**
+       * Todo
+       *
+       * @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 todo
+       * @subpackage manual
+       * @version $Id$
+       */

        $phpgw_flags = Array(
                'currentapp'    => 'manual'
        );
        $phpgw_info['flags'] = $phpgw_flags;
+
+       /**
+        * Include phpgroupware header
+        */
        include('../../header.inc.php');
        $appname = 'todo';
+
+       /**
+        * Include todo's 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]