mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
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';
|
||||
}
|
||||
|
||||
function div($content,$options='')
|
||||
{
|
||||
return "<div $options>\n$content</div>\n";
|
||||
}
|
||||
|
||||
function input_hidden($vars,$value='',$ignore_empty=True)
|
||||
{
|
||||
if (!is_array($vars))
|
||||
|
Loading…
Reference in New Issue
Block a user