phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.html.inc.php,1.6,1.7


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.html.inc.php,1.6,1.7
Date: Sun, 29 Sep 2002 08:59:26 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv32156

Modified Files:
        class.html.inc.php 
Log Message:
added div

Index: class.html.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.html.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.html.inc.php  17 Sep 2002 12:28:36 -0000      1.6
--- class.html.inc.php  29 Sep 2002 12:59:24 -0000      1.7
***************
*** 24,27 ****
--- 24,32 ----
        }
  
+       function div($content,$options='')
+       {
+               return "<div $options>\n$content</div>\n";
+       }
+ 
        function input_hidden($vars,$value='',$ignore_empty=True)
        {





reply via email to

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