Update of calendar/templates/default
Modified Files:
Branch: MAIN
header.inc.php lines: +17 -12
Log Message:
Added phpdocs
====================================================
Index: calendar/templates/default/header.inc.php
diff -u calendar/templates/default/header.inc.php:1.23
calendar/templates/default/header.inc.php:1.24
--- calendar/templates/default/header.inc.php:1.23 Sat Nov 23 20:48:42 2002
+++ calendar/templates/default/header.inc.php Wed May 11 11:38:06 2005
@@ -1,16 +1,21 @@
<?php
- /**************************************************************************\
- * phpGroupWare *
- * 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$ */
-
+ /**
+ * Calendar - GUI
+ *
+ * @copyright Copyright (C) 2002,2005 Free Software Foundation, Inc.
http://www.fsf.org/
+ * @license http://www.gnu.org/licenses/gpl.html GNU General Public
License
+ * @package calendar
+ * @subpackage gui
+ * @version $Id$
+ */
+
+
+ /**
+ * Add column
+ *
+ * @param object $tp1 Template object
+ * @param string $str Value for template variable 'str'
+ */
function add_col(&$tpl,$str)
{
$tpl->set_var('str',$str);
_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs