added div

This commit is contained in:
Ralf Becker 2002-09-29 12:59:24 +00:00
parent 850a835f1c
commit 9a88763149

View File

@ -23,6 +23,11 @@ class html
$this->prefered_img_title = stristr($HTTP_USER_AGENT,'konqueror') ? 'title' : 'alt';
}
function div($content,$options='')
{
return "<div $options>\n$content</div>\n";
}
function input_hidden($vars,$value='',$ignore_empty=True)
{
if (!is_array($vars))