diff --git a/Theme/Backend/clients-list.tpl.php b/Theme/Backend/clients-list.tpl.php
index 96ff191..a973331 100644
--- a/Theme/Backend/clients-list.tpl.php
+++ b/Theme/Backend/clients-list.tpl.php
@@ -77,7 +77,7 @@ echo $this->getData('nav')->render(); ?>
|
|
- $value) : $count++;
+ $value) : $count++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/sales/client/profile?{?}&id=' . $value->getId()); ?>
| = $this->printHtml($value->getNumber()); ?>
diff --git a/Theme/Backend/clients-profile.tpl.php b/Theme/Backend/clients-profile.tpl.php
index 12e6fc3..6ac3127 100644
--- a/Theme/Backend/clients-profile.tpl.php
+++ b/Theme/Backend/clients-profile.tpl.php
@@ -16,7 +16,7 @@ $client = $this->getData('client');
/**
* @var \phpOMS\Views\View $this
*/
-echo $this->getData('nav')->render();
+echo $this->getData('nav')->render();
?>
|