diff --git a/Theme/Backend/draw-create.tpl.php b/Theme/Backend/draw-create.tpl.php index d6b7030..debccad 100644 --- a/Theme/Backend/draw-create.tpl.php +++ b/Theme/Backend/draw-create.tpl.php @@ -30,8 +30,8 @@ echo $this->getData('nav')->render(); ?>
| = $this->l11n->lang['Draw']['Name']; ?> - | = $this->l11n->lang['Draw']['Creator']; ?> - | = $this->l11n->lang['Draw']['Created']; ?> + | = $this->l11n->getText('Draw', 'Name'); ?> + | = $this->l11n->getText('Draw', 'Creator'); ?> + | = $this->l11n->getText('Draw', 'Created'); ?> |
| = $footerView->render(); ?> @@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?> $value) : $count++; ?> - | |||||
| = $this->l11n->lang[0]['Empty']; ?> + | |||||
| = $this->l11n->getText(0, 'Empty'); ?> | |||||