diff --git a/etemplate/inc/class.html.inc.php b/etemplate/inc/class.html.inc.php index d58c3ff4f6..ae97f07508 100644 --- a/etemplate/inc/class.html.inc.php +++ b/etemplate/inc/class.html.inc.php @@ -23,6 +23,11 @@ class html $this->prefered_img_title = stristr($HTTP_USER_AGENT,'konqueror') ? 'title' : 'alt'; } + function div($content,$options='') + { + return "
\n$content
\n"; + } + function input_hidden($vars,$value='',$ignore_empty=True) { if (!is_array($vars))