Fixed typo error

This commit is contained in:
m-lopez-f 2017-02-15 13:43:15 +01:00
parent b43f2cb433
commit 68bdcdd74f
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ function ui_print_os_icon ($id_os, $name = true, $return = false,
}
else
//$output = "<img src='images/os_icons/" . $icon . "' alt='" . $os_name . "' title='" . $os_name . "'>";
$output = "images/" . $subfolter . "/" . $icon;
$output = "images/" . $subfolder . "/" . $icon;
if ($name === true) {
$output .= '&nbsp;&nbsp;' . $os_name;