mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'cherry-pick-68bdcdd7' into 'pandora_6.0'
Fixed typo error See merge request !155
This commit is contained in:
commit
a905153349
@ -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 .= ' ' . $os_name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user