phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] calendar/templates/verdilak header.inc.php,1.24


From: powerstat
Subject: [Phpgroupware-cvs] calendar/templates/verdilak header.inc.php,1.24
Date: Wed, 11 May 2005 13:38:00 +0200

Update of calendar/templates/verdilak

Modified Files:
     Branch: MAIN
            header.inc.php lines: +17 -12

Log Message:
Added phpdocs

====================================================
Index: calendar/templates/verdilak/header.inc.php
diff -u calendar/templates/verdilak/header.inc.php:1.23 
calendar/templates/verdilak/header.inc.php:1.24
--- calendar/templates/verdilak/header.inc.php:1.23     Mon Apr 18 09:37:29 2005
+++ calendar/templates/verdilak/header.inc.php  Wed May 11 11:38:07 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);






reply via email to

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