// Refacto AdminTranslationsController : now you can translated your files by themes

This commit is contained in:
lLefevre
2012-04-23 08:11:54 +00:00
parent dd37dfa337
commit 0c4f360474
9 changed files with 1124 additions and 881 deletions
-1
View File
@@ -1222,7 +1222,6 @@ class AdminControllerCore extends Controller
$img = _PS_IMG_.'t/'.$tab['class_name'].'.png';
}
if (trim($tab['module']) != '')
{
$path_img = _PS_MODULE_DIR_.$tab['module'].'/'.$tab['class_name'].'.png';