phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] calendar/templates/idsociety header.inc.php, 1.30


From: powerstat
Subject: [Phpgroupware-cvs] calendar/templates/idsociety header.inc.php, 1.30
Date: Wed, 11 May 2005 15:15:00 +0200

Update of calendar/templates/idsociety

Modified Files:
     Branch: MAIN
            header.inc.php lines: +11 -1

Log Message:
Added phpdocs

====================================================
Index: calendar/templates/idsociety/header.inc.php
diff -u calendar/templates/idsociety/header.inc.php:1.29 
calendar/templates/idsociety/header.inc.php:1.30
--- calendar/templates/idsociety/header.inc.php:1.29    Wed May 11 11:38:06 2005
+++ calendar/templates/idsociety/header.inc.php Wed May 11 13:15:37 2005
@@ -15,6 +15,7 @@
        *
        * @param object $tp1 Template object
        * @param string $str Value for template variable 'str'
+       * @ignore
        */
        function add_col(&$tpl,$str)
        {
@@ -22,6 +23,15 @@
                $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]