diff --git a/Theme/Backend/account-single.tpl.php b/Theme/Backend/account-single.tpl.php index 963d9ed..5f3bfe1 100644 --- a/Theme/Backend/account-single.tpl.php +++ b/Theme/Backend/account-single.tpl.php @@ -15,4 +15,4 @@ * @var \phpOMS\Views\View $this */ -echo $this->getData('nav')->render(); ?> \ No newline at end of file +echo $this->getData('nav')->render(); \ No newline at end of file diff --git a/Theme/Backend/audit-single.tpl.php b/Theme/Backend/audit-single.tpl.php index 963d9ed..5f3bfe1 100644 --- a/Theme/Backend/audit-single.tpl.php +++ b/Theme/Backend/audit-single.tpl.php @@ -15,4 +15,4 @@ * @var \phpOMS\Views\View $this */ -echo $this->getData('nav')->render(); ?> \ No newline at end of file +echo $this->getData('nav')->render(); \ No newline at end of file diff --git a/Theme/Backend/module-single.tpl.php b/Theme/Backend/module-single.tpl.php index 963d9ed..f24270a 100644 --- a/Theme/Backend/module-single.tpl.php +++ b/Theme/Backend/module-single.tpl.php @@ -15,4 +15,4 @@ * @var \phpOMS\Views\View $this */ -echo $this->getData('nav')->render(); ?> \ No newline at end of file +echo $this->getData('nav')->render(); \ No newline at end of file