From 7ddc2b651cc90b96d5f8fd36ffb1df96cba495ce Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 25 Jun 2016 13:57:53 +0200 Subject: [PATCH] Templating --- Theme/Backend/unit-list.tpl.php | 2 +- Theme/Backend/unit-profile.tpl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index 5443dd1..25401ec 100644 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?> render(); ?> getData('list:elements') as $key => $value) : - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/business/unit/profile?id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/unit/profile?id=' . $value->getId()); ?> getId(); ?> getName(); ?> diff --git a/Theme/Backend/unit-profile.tpl.php b/Theme/Backend/unit-profile.tpl.php index 7a8868f..170eade 100644 --- a/Theme/Backend/unit-profile.tpl.php +++ b/Theme/Backend/unit-profile.tpl.php @@ -29,7 +29,7 @@ echo $this->getData('nav')->render(); ?> - +