[-] BO : delete id_theme in Image Type

This commit is contained in:
lLefevre
2012-01-09 16:04:34 +00:00
parent 9a7929d18f
commit 431a99334b
10 changed files with 80 additions and 74 deletions

View File

@@ -1342,7 +1342,7 @@ abstract class ModuleCore
{
$output = '
<div class="module_error alert error">
<img src="'._PS_IMG_.'admin/warning.gif" alt="" title="" /> '.$error.'
'.$error.'
</div>';
$this->error = true;
return $output;
@@ -1352,7 +1352,7 @@ abstract class ModuleCore
{
$output = '
<div class="module_confirmation conf confirm">
<img src="'._PS_IMG_.'admin/ok.gif" alt="" title="" /> '.$string.'
'.$string.'
</div>';
return $output;
}