diff --git a/Theme/Backend/profile-list.tpl.php b/Theme/Backend/profile-list.tpl.php
index 6a90ead..6f07de3 100644
--- a/Theme/Backend/profile-list.tpl.php
+++ b/Theme/Backend/profile-list.tpl.php
@@ -40,7 +40,7 @@ $accounts = $this->getData('accounts');
= $footerView->render(); ?>
|
$account) : $count++;
- $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/profile/single?id=' . $account->getId()); ?>
+ $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/profile/single?{?}id=' . $account->getId()); ?>
| = $account->getId(); ?>
| = $account->getName3() . ' ' . $account->getName2() . ' ' . $account->getName1(); ?>
diff --git a/Theme/Backend/profile-single.tpl.php b/Theme/Backend/profile-single.tpl.php
index 971eb4b..a0b209a 100644
--- a/Theme/Backend/profile-single.tpl.php
+++ b/Theme/Backend/profile-single.tpl.php
@@ -100,7 +100,7 @@ echo $this->getData('nav')->render();
|
| = $footerView->render(); ?>
|
$value) : $c++;
- $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?id=' . $value->getId()); ?>
+ $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}id=' . $value->getId()); ?>
| = $value->getId(); ?>
| = $value->getNewestHistory()->getPosition(); ?>
|