diff --git a/include/ac_common.php b/include/ac_common.php index 57c053533..f6860c70e 100644 --- a/include/ac_common.php +++ b/include/ac_common.php @@ -53,6 +53,11 @@ function h2info($p_string) { return '

'.htmlspecialchars($p_string).'

'; } +function h2($p_string,$p_class) +{ + return '

'.htmlspecialchars($p_string).'

'; +} + /*!\brief surround the string with td *\param $p_string string to surround by TD *\param $p_extra extra info (class, style, javascript...)