phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] email/help index.php,1.11


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

Update of email/help

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

Log Message:
Added phpdocs

====================================================
Index: email/help/index.php
diff -u email/help/index.php:1.10 email/help/index.php:1.11
--- email/help/index.php:1.10   Sun Mar 13 23:22:43 2005
+++ email/help/index.php        Wed May 11 14:08:27 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$ */
+       /**
+       * EMail
+       *
+       * @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 email
+       * @subpackage manual
+       * @version $Id$
+       */

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






reply via email to

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