diff --git a/Theme/Backend/supplier-create.tpl.php b/Theme/Backend/supplier-create.tpl.php index bad91fc..0e01089 100644 --- a/Theme/Backend/supplier-create.tpl.php +++ b/Theme/Backend/supplier-create.tpl.php @@ -21,31 +21,31 @@ echo $this->getData('nav')->render(); ?>
| = $this->l11n->lang[0]['ID']; ?> - | = $this->l11n->lang['SupplierManagement']['Name1']; ?> - | = $this->l11n->lang['SupplierManagement']['Name2']; ?> - | = $this->l11n->lang['SupplierManagement']['Name3']; ?> - | = $this->l11n->lang['SupplierManagement']['City']; ?> - | = $this->l11n->lang['SupplierManagement']['Zip']; ?> - | = $this->l11n->lang['SupplierManagement']['Address']; ?> - | = $this->l11n->lang['SupplierManagement']['Country']; ?> + | = $this->l11n->getText(0, 'ID'); ?> + | = $this->l11n->getText('SupplierManagement', 'Name1'); ?> + | = $this->l11n->getText('SupplierManagement', 'Name2'); ?> + | = $this->l11n->getText('SupplierManagement', 'Name3'); ?> + | = $this->l11n->getText('SupplierManagement', 'City'); ?> + | = $this->l11n->getText('SupplierManagement', 'Zip'); ?> + | = $this->l11n->getText('SupplierManagement', 'Address'); ?> + | = $this->l11n->getText('SupplierManagement', 'Country'); ?> |
| = $footerView->render(); ?> @@ -42,7 +42,7 @@ echo $this->getData('nav')->render(); ?> $value) : $count++; ?> - | |||||||||||||||
| = $this->l11n->lang[0]['Empty']; ?> + | |||||||||||||||
| = $this->l11n->getText(0, 'Empty'); ?> | |||||||||||||||