diff --git a/Theme/Backend/event-list.tpl.php b/Theme/Backend/event-list.tpl.php index 0f562b6..d8d991a 100644 --- a/Theme/Backend/event-list.tpl.php +++ b/Theme/Backend/event-list.tpl.php @@ -23,18 +23,18 @@ echo $this->getData('nav')->render(); ?>
| = $this->l11n->lang['Marketing']['Status']; ?> - | = $this->l11n->lang['Marketing']['Type']; ?> - | = $this->l11n->lang['Marketing']['Title']; ?> - | = $this->l11n->lang['Marketing']['Start']; ?> - | = $this->l11n->lang['Marketing']['End']; ?> - | = $this->l11n->lang['Marketing']['Location']; ?> - | = $this->l11n->lang['Marketing']['Expenses']; ?> - | = $this->l11n->lang['Marketing']['Sales']; ?> - | = $this->l11n->lang['Marketing']['Budget']; ?> + | = $this->l11n->getText('Marketing', 'Status'); ?> + | = $this->l11n->getText('Marketing', 'Type'); ?> + | = $this->l11n->getText('Marketing', 'Title'); ?> + | = $this->l11n->getText('Marketing', 'Start'); ?> + | = $this->l11n->getText('Marketing', 'End'); ?> + | = $this->l11n->getText('Marketing', 'Location'); ?> + | = $this->l11n->getText('Marketing', 'Expenses'); ?> + | = $this->l11n->getText('Marketing', 'Sales'); ?> + | = $this->l11n->getText('Marketing', 'Budget'); ?> |
| = $footerView->render(); ?> @@ -42,7 +42,7 @@ echo $this->getData('nav')->render(); ?> $value) : $count++; ?> - | |||||||||||||||||
| = $this->l11n->lang[0]['Empty']; ?> + | |||||||||||||||||
| = $this->l11n->getText(0, 'Empty'); ?> | |||||||||||||||||
| = $this->l11n->lang['Marketing']['Status']; ?> - | = $this->l11n->lang['Marketing']['Title']; ?> - | = $this->l11n->lang['Marketing']['Start']; ?> - | = $this->l11n->lang['Marketing']['End']; ?> - | = $this->l11n->lang['Marketing']['Expenses']; ?> - | = $this->l11n->lang['Marketing']['Sales']; ?> - | = $this->l11n->lang['Marketing']['Budget']; ?> + | = $this->l11n->getText('Marketing', 'Status'); ?> + | = $this->l11n->getText('Marketing', 'Title'); ?> + | = $this->l11n->getText('Marketing', 'Start'); ?> + | = $this->l11n->getText('Marketing', 'End'); ?> + | = $this->l11n->getText('Marketing', 'Expenses'); ?> + | = $this->l11n->getText('Marketing', 'Sales'); ?> + | = $this->l11n->getText('Marketing', 'Budget'); ?> |
| = $footerView->render(); ?> @@ -40,7 +40,7 @@ echo $this->getData('nav')->render(); ?> $value) : $count++; ?> - | |||||||||||||
| = $this->l11n->lang[0]['Empty']; ?> + | |||||||||||||
| = $this->l11n->getText(0, 'Empty'); ?> | |||||||||||||