= $this->getText('Empty', 0, 0); ?>
diff --git a/Theme/Backend/profile-single.tpl.php b/Theme/Backend/profile-single.tpl.php
index a1278c7..0066a6d 100644
--- a/Theme/Backend/profile-single.tpl.php
+++ b/Theme/Backend/profile-single.tpl.php
@@ -88,7 +88,7 @@ echo $this->getData('nav')->render();
= $this->getText('Media'); ?>
- | = $this->getText('ID'); ?>
+ | = $this->getText('ID', 0, 0); ?>
| = $this->getText('Title'); ?>
| = $this->getText('Type'); ?>
| = $this->getText('Created'); ?>
@@ -104,7 +104,7 @@ echo $this->getData('nav')->render();
| = $value->getNewestStatus()->getStatus(); ?>
- | | = $this->getText('Empty'); ?>
+ | = $this->getText('Empty', 0, 0); ?>
diff --git a/Theme/backend/profile-list.tpl.php b/Theme/backend/profile-list.tpl.php
index cb1991b..a11cac4 100644
--- a/Theme/backend/profile-list.tpl.php
+++ b/Theme/backend/profile-list.tpl.php
@@ -30,7 +30,7 @@ $accounts = $this->getData('accounts');
= $this->getText('Profiles'); ?>
- | = $this->getText('ID'); ?>
+ | = $this->getText('ID', 0, 0); ?>
| = $this->getText('Name'); ?>
| = $this->getText('Activity'); ?>
| | |