Jump to content

Edit History

geraldT

geraldT

Hello,

sorry for my english. For resolve this problem. Replace all $this->l  with $this->trans  in the file psblog.php

example :

//'title' => $this->l('Settings', array(), 'Admin.Global'),
'title' => $this->trans('Settings', array(), 'Admin.Global'),

//$tab1->name[$l['id_lang']] = $this->l('Ps Blog Management');
$tab1->name[$l['id_lang']] = $this->trans('Ps Blog Management');

etc........

bye,

geraldT

geraldT

Hello,

sorry for my english. For resolve this problem. Replace all $this->l  with $this->trans  in the file psblog.php

example :

//'title' => $this->l('Settings', array(), 'Admin.Global'),
'title' => $this->trans('Settings', array(), 'Admin.Global'),

//$tab1->name[$l['id_lang']] = $this->l('Ps Blog Management');
$tab1->name[$l['id_lang']] = $this->trans('Ps Blog Management');

bye,

×
×
  • Create New...