diff --git a/Theme/Backend/category-list.tpl.php b/Theme/Backend/category-list.tpl.php
index 4784de9..2152666 100755
--- a/Theme/Backend/category-list.tpl.php
+++ b/Theme/Backend/category-list.tpl.php
@@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
+
= $this->getHtml('Categories'); ?>
@@ -37,6 +38,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Empty', '0', '0'); ?>
|
+
\ No newline at end of file
diff --git a/Theme/Backend/cause-list.tpl.php b/Theme/Backend/cause-list.tpl.php
index 3d8d293..4086fce 100755
--- a/Theme/Backend/cause-list.tpl.php
+++ b/Theme/Backend/cause-list.tpl.php
@@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
+
= $this->getHtml('Causes'); ?>
@@ -39,6 +40,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Empty', '0', '0'); ?>
|
+
\ No newline at end of file
diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php
index 980506a..4c7e55a 100755
--- a/Theme/Backend/department-list.tpl.php
+++ b/Theme/Backend/department-list.tpl.php
@@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
+
= $this->getHtml('Departments'); ?>
@@ -37,6 +38,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Empty', '0', '0'); ?>
|
+
\ No newline at end of file
diff --git a/Theme/Backend/process-list.tpl.php b/Theme/Backend/process-list.tpl.php
index 4d61ace..8dde889 100755
--- a/Theme/Backend/process-list.tpl.php
+++ b/Theme/Backend/process-list.tpl.php
@@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
+
= $this->getHtml('Processes'); ?>
@@ -37,6 +38,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Empty', '0', '0'); ?>
|
+
\ No newline at end of file
diff --git a/Theme/Backend/project-list.tpl.php b/Theme/Backend/project-list.tpl.php
index 802584d..dd7175b 100755
--- a/Theme/Backend/project-list.tpl.php
+++ b/Theme/Backend/project-list.tpl.php
@@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
+
= $this->getHtml('Projects'); ?>
@@ -37,6 +38,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Empty', '0', '0'); ?>
|
+
\ No newline at end of file
diff --git a/Theme/Backend/risk-list.tpl.php b/Theme/Backend/risk-list.tpl.php
index bbd44c5..ef89315 100755
--- a/Theme/Backend/risk-list.tpl.php
+++ b/Theme/Backend/risk-list.tpl.php
@@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
+
= $this->getHtml('Risks'); ?>
@@ -43,6 +44,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Empty', '0', '0'); ?>
|
+
\ No newline at end of file
diff --git a/Theme/Backend/solution-list.tpl.php b/Theme/Backend/solution-list.tpl.php
index d78ecce..f8201f3 100755
--- a/Theme/Backend/solution-list.tpl.php
+++ b/Theme/Backend/solution-list.tpl.php
@@ -19,6 +19,7 @@ echo $this->getData('nav')->render(); ?>
+
= $this->getHtml('Solutions'); ?>
@@ -42,6 +43,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Empty', '0', '0'); ?>
|
+
\ No newline at end of file
diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php
index a977381..0896d3a 100755
--- a/Theme/Backend/unit-list.tpl.php
+++ b/Theme/Backend/unit-list.tpl.php
@@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
+
= $this->getHtml('Units'); ?>
@@ -37,6 +38,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Empty', '0', '0'); ?>
|
+
\ No newline at end of file