phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: powerstat
Subject: [Phpgroupware-cvs] preferences/help index.php,1.6
Date: Sun, 17 Apr 2005 17:14:00 +0200

Update of preferences/help

Modified Files:
     Branch: MAIN
            index.php lines: +26 -16

Log Message:
Added phpdocs
checked with php -l and phpdocumentor.
Parses, but is still not complete.

Fixed one php -l syntax bug

====================================================
Index: preferences/help/index.php
diff -u preferences/help/index.php:1.5 preferences/help/index.php:1.6
--- preferences/help/index.php:1.5      Thu Dec 30 11:19:04 2004
+++ preferences/help/index.php  Sun Apr 17 15:14:31 2005
@@ -1,26 +1,36 @@
 <?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$ */
+       /**
+       * Preferences - user manual
+       *
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package preferences
+       * @subpackage manual
+       * @version $Id$
+       */

        $phpgw_flags = Array(
                'currentapp'    => 'manual'
        );
        $GLOBALS['phpgw_info']['flags'] = $phpgw_flags;
+
+       /**
+        * Include phpgroupware header
+        */
        include('../../header.inc.php');
+
        $appname = 'preferences';
-       include(PHPGW_SERVER_ROOT.'/'.$appname.'/setup/setup.inc.php');
+
+       /**
+        * Include application setup
+        */
+       include(PHPGW_SERVER_ROOT . '/' . $appname . '/setup/setup.inc.php');
 ?>
-<img src="<?php echo $GLOBALS['phpgw']->common->image($appname,'navbar'); ?>" 
border="0"><p/>
+<img src="<?php echo $GLOBALS['phpgw']->common->image($appname,'navbar'); ?>" 
border="0" />
+<p>
 <font face="<?php echo $GLOBALS['phpgw_info']['theme']['font']; ?>" size="2">
-Version: <b><?php echo $setup_info[$appname]['version']; ?></b><p/>
-</font>
-<?php $GLOBALS['phpgw']->common->phpgw_footer(); ?>
+Version: <b><?php echo $setup_info[$appname]['version']; ?></b></font></p>
+
+<?php
+       $GLOBALS['phpgw']->common->phpgw_footer();
+?>






reply via email to

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