@@ -108,12 +108,12 @@ echo $this->getData('nav')->render(); ?>
diff --git a/Theme/Backend/editor-list.tpl.php b/Theme/Backend/editor-list.tpl.php
index 44df91b..7eee5f3 100644
--- a/Theme/Backend/editor-list.tpl.php
+++ b/Theme/Backend/editor-list.tpl.php
@@ -25,12 +25,12 @@ $footerView->setPage(1);
echo $this->getData('nav')->render(); ?>
- = $this->l11n->lang['Editor']['Documents']; ?>
+ = $this->l11n->getText('Editor', 'Documents'); ?>
- | = $this->l11n->lang['Editor']['Name']; ?>
- | = $this->l11n->lang['Editor']['Creator']; ?>
- | = $this->l11n->lang['Editor']['Created']; ?>
+ | = $this->l11n->getText('Editor', 'Name'); ?>
+ | = $this->l11n->getText('Editor', 'Creator'); ?>
+ | = $this->l11n->getText('Editor', 'Created'); ?>
|
| = $footerView->render(); ?>
@@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
$value) : $count++; ?>
- |
| = $this->l11n->lang[0]['Empty']; ?>
+ |
| = $this->l11n->getText(0, 'Empty'); ?>
|
diff --git a/Theme/backend/editor-list.tpl.php b/Theme/backend/editor-list.tpl.php
index 44df91b..7eee5f3 100644
--- a/Theme/backend/editor-list.tpl.php
+++ b/Theme/backend/editor-list.tpl.php
@@ -25,12 +25,12 @@ $footerView->setPage(1);
echo $this->getData('nav')->render(); ?>
- = $this->l11n->lang['Editor']['Documents']; ?>
+ = $this->l11n->getText('Editor', 'Documents'); ?>
- | = $this->l11n->lang['Editor']['Name']; ?>
- | = $this->l11n->lang['Editor']['Creator']; ?>
- | = $this->l11n->lang['Editor']['Created']; ?>
+ | = $this->l11n->getText('Editor', 'Name'); ?>
+ | = $this->l11n->getText('Editor', 'Creator'); ?>
+ | = $this->l11n->getText('Editor', 'Created'); ?>
|
| = $footerView->render(); ?>
@@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
$value) : $count++; ?>
- |
| = $this->l11n->lang[0]['Empty']; ?>
+ |
| = $this->l11n->getText(0, 'Empty'); ?>
|