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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14799 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-04-23 08:11:54 +00:00
parent 0725c86495
commit b5d6b66f24
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';