diff --git a/Theme/Backend/support-list.tpl.php b/Theme/Backend/support-list.tpl.php index c1491dd..67d209b 100644 --- a/Theme/Backend/support-list.tpl.php +++ b/Theme/Backend/support-list.tpl.php @@ -20,15 +20,15 @@ echo $this->getData('nav')->render(); ?>
| = $this->l11n->lang[0]['ID']; ?> - | = $this->l11n->lang['Support']['Status']; ?> - | = $this->l11n->lang['Support']['Priority']; ?> - | = $this->l11n->lang['Support']['Title']; ?> - | = $this->l11n->lang['Support']['Responsible']; ?> + |
| = $this->l11n->getText(0, 'ID'); ?> + | = $this->l11n->getText('Support', 'Status'); ?> + | = $this->l11n->getText('Support', 'Priority'); ?> + | = $this->l11n->getText('Support', 'Title'); ?> + | = $this->l11n->getText('Support', 'Responsible'); ?> |
| = $this->l11n->lang[0]['Empty']; ?> + | ||||
| = $this->l11n->getText(0, 'Empty'); ?> | ||||