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.26


From: skwashd
Subject: [Phpgroupware-cvs] calendar/templates/verdilak header.inc.php,1.26
Date: Sun, 15 May 2005 07:48:00 +0200

Update of calendar/templates/verdilak

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

Log Message:
rollback unlawful header changes and get a usable base so I can merge in 16 
changes

====================================================
Index: calendar/templates/verdilak/header.inc.php
diff -u calendar/templates/verdilak/header.inc.php:1.25 
calendar/templates/verdilak/header.inc.php:1.26
--- calendar/templates/verdilak/header.inc.php:1.25     Wed May 11 13:15:37 2005
+++ calendar/templates/verdilak/header.inc.php  Sun May 15 05:48:39 2005
@@ -1,37 +1,22 @@
 <?php
-       /**
-       * 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'
-       * @ignore
-       */
+  /**************************************************************************\
+  * 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$ */
+
        function add_col(&$tpl,$str)
        {
                $tpl->set_var('str',$str);
                $tpl->parse('header_column','head_col',True);
        }

-       /**
-       * Add image with hyperlink
-       *
-       * @param string $link URL for hyperlink
-       * @param string $image Image name
-       * @param string $alt Image alternative text
-       * @return string HTML string with hyperlinked image
-       * @ignore
-       */
        function add_image_ahref($link,$image,$alt)
        {
                return '<a href="'.$link.'"><img 
src="'.$GLOBALS['phpgw']->common->image('calendar',$image).'" alt="'.$alt.'" 
title="'.$alt.'" border="0"></a>';






reply via email to

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