[-] BO : #PSTEST-680 - Fix translations problems with helpers templates

[-] BO : #PSTEST-678 - Fix translations problems with helpers templates
This commit is contained in:
mDeflotte
2012-02-08 14:46:33 +00:00
parent eebb356ef2
commit c709a2a183
+6 -2
View File
@@ -107,8 +107,12 @@ function smartyTranslate($params, &$smarty)
{
// note : this may be modified later
case '.': $class = 'index';break;
case 'helper' : $class = 'AdminTab';break;
case '.':
$class = 'index';
break;
case 'helpers':
$class = 'AdminTab';
break;
default :
{
$parentClass = explode('/', $filename);