Some fixes in the skins.

This commit is contained in:
mdtrooper 2016-03-30 13:05:08 +02:00
parent 0b725ba2fc
commit 1facd4d69f

View File

@ -636,8 +636,7 @@ function ui_print_os_icon ($id_os, $name = true, $return = false,
return "-";
}
}
if ($apply_skin) {
else if ($apply_skin) {
if ($only_src) {
$output = html_print_image("images/" . $subfolter . "/" . $icon, true, $options, true, $relative);
}