phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/help/JA addressbook.php,1.4


From: powerstat
Subject: [Phpgroupware-cvs] addressbook/help/JA addressbook.php,1.4
Date: Tue, 10 May 2005 15:02:00 +0200

Update of addressbook/help/JA

Modified Files:
     Branch: MAIN
            addressbook.php lines: +14 -11

Log Message:
Added phpdocs

====================================================
Index: addressbook/help/JA/addressbook.php
diff -u addressbook/help/JA/addressbook.php:1.3 
addressbook/help/JA/addressbook.php:1.4
--- addressbook/help/JA/addressbook.php:1.3     Fri Dec 31 04:55:22 2004
+++ addressbook/help/JA/addressbook.php Tue May 10 13:02:43 2005
@@ -1,21 +1,24 @@
 <?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$ */
+       /**
+       * Addressbook - 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 addressbook
+       * @subpackage manual
+       * @version $Id$
+       */

        $phpgw_flags = Array(
                'currentapp'    => 'manual'
        );
        $phpgw_info['flags'] = $phpgw_flags;
+
+       /**
+       * Include phpgroupware header
+       */
        include('../../../header.inc.php');
+
        $font = $phpgw_info['theme']['font'];
 ?>
 <img src="<?php echo $phpgw->common->image('addressbook','navbar.gif'); ?>" 
border="0">






reply via email to

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