Fixed problems with images in monitor view

This commit is contained in:
m-lopez-f 2016-09-13 15:15:48 +02:00
parent f9b1954d3e
commit 98715ae341
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,7 @@ foreach ($result as $row) {
$data[1] .= '</a></strong>'; $data[1] .= '</a></strong>';
} }
$data[2] = html_print_image('mages/'. modules_show_icon_type ($row['module_type']), true); $data[2] = html_print_image('images/'. modules_show_icon_type ($row['module_type']), true);
if (check_acl ($config['id_user'], $row['id_group'], 'AW')) { if (check_acl ($config['id_user'], $row['id_group'], 'AW')) {
$show_edit_icon = true; $show_edit_icon = true;
if (defined('METACONSOLE')) { if (defined('METACONSOLE')) {