diff --git a/Theme/Backend/attribute-type-list.tpl.php b/Theme/Backend/attribute-type-list.tpl.php index 3b6d057..5b3edd4 100644 --- a/Theme/Backend/attribute-type-list.tpl.php +++ b/Theme/Backend/attribute-type-list.tpl.php @@ -22,7 +22,7 @@ echo $this->getData('nav')->render(); ?>
-
getHtml('AttributeTypes'); ?>
+
getHtml('AttributeTypes'); ?>
diff --git a/Theme/Backend/attribute-type.tpl.php b/Theme/Backend/attribute-type.tpl.php index c8306c7..378a585 100755 --- a/Theme/Backend/attribute-type.tpl.php +++ b/Theme/Backend/attribute-type.tpl.php @@ -73,7 +73,7 @@ echo $this->getData('nav')->render(); ?>
-
getHtml('Language', '0', '0'); ?>
+
getHtml('Language', '0', '0'); ?>
diff --git a/Theme/Backend/client-list.tpl.php b/Theme/Backend/client-list.tpl.php index 5b2d1d0..a06619b 100755 --- a/Theme/Backend/client-list.tpl.php +++ b/Theme/Backend/client-list.tpl.php @@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
-
getHtml('Clients'); ?>
+
getHtml('Clients'); ?>
diff --git a/Theme/Backend/client-profile-bills.tpl.php b/Theme/Backend/client-profile-bills.tpl.php index 4f3b982..a1e026d 100755 --- a/Theme/Backend/client-profile-bills.tpl.php +++ b/Theme/Backend/client-profile-bills.tpl.php @@ -21,7 +21,7 @@ $bills = $this->getData('newestInvoices') ?? [];
-
getHtml('Bills'); ?>
+
getHtml('Bills'); ?>
diff --git a/Theme/Backend/client-profile-items.tpl.php b/Theme/Backend/client-profile-items.tpl.php index eca7fe2..145168b 100755 --- a/Theme/Backend/client-profile-items.tpl.php +++ b/Theme/Backend/client-profile-items.tpl.php @@ -22,7 +22,7 @@ $items = $this->getData('items') ?? [];
-
getHtml('Items'); ?>
+
getHtml('Items'); ?>