Fixed question mark hel header meta

This commit is contained in:
fermin831 2018-07-20 12:29:34 +02:00
parent e762b7322c
commit cb0351de99
1 changed files with 1 additions and 1 deletions

View File

@ -2515,7 +2515,7 @@ function ui_print_page_header ($title, $icon = "", $return = false,
if(is_metaconsole()){
if ($help != ""){
$buffer .= "<div class='head_help'>" . ui_print_help_icon ($help, true) . "</div>";
$buffer .= "<div class='head_help'>" . ui_print_help_icon ($help, true, '', 'images/help_30.png') . "</div>";
}
}