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">
_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs