forked from extern/egroupware
added div
This commit is contained in:
parent
850a835f1c
commit
9a88763149
@ -23,6 +23,11 @@ class html
|
|||||||
$this->prefered_img_title = stristr($HTTP_USER_AGENT,'konqueror') ? 'title' : 'alt';
|
$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)
|
function input_hidden($vars,$value='',$ignore_empty=True)
|
||||||
{
|
{
|
||||||
if (!is_array($vars))
|
if (!is_array($vars))
|
||||||
|
Loading…
Reference in New Issue
Block a user