phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] skel/help index.php,1.3


From: powerstat
Subject: [Phpgroupware-cvs] skel/help index.php,1.3
Date: Fri, 15 Apr 2005 12:55:00 +0200

Update of skel/help

Modified Files:
     Branch: MAIN
            index.php lines: +24 -15

Log Message:
Converted to phpdoc.
Verified with phpdocumentor and php -l

====================================================
Index: skel/help/index.php
diff -u skel/help/index.php:1.2 skel/help/index.php:1.3
--- skel/help/index.php:1.2     Sat Jun  9 02:43:01 2001
+++ skel/help/index.php Fri Apr 15 10:55:41 2005
@@ -1,26 +1,35 @@
 <?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$ */
+       /**
+       * Skeleton - user manual
+       *
+       * @copyright Copyright (C) 2001,2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package skeleton
+       * @subpackage help
+       * @version $Id$
+       */

     $phpgw_flags = Array('currentapp' => 'manual');

     $phpgw_info['flags'] = $phpgw_flags;
+
+    /**
+    * Include phpgroupware header
+    */
     include('../../header.inc.php');
     $appname = 'skel';
-    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 $phpgw->common->image($appname,'navbar.gif'); ?>" 
border="0"><p/>
+    <img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" 
border="0" />
+    <p></p>
     <font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
-    Version: <b><?php echo $setup_info[$appname]['version']; ?></b>
-    </font>
+    Version: <b><?php echo $setup_info[$appname]['version']; ?></b></font>

-    <?php $phpgw->common->phpgw_footer(); ?>
+<?php
+       $phpgw->common->phpgw_footer();
+?>






reply via email to

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