diff --git a/admin-dev/themes/default/template/controllers/dashboard/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/dashboard/helpers/view/view.tpl
index b8a27d358..156e7f008 100644
--- a/admin-dev/themes/default/template/controllers/dashboard/helpers/view/view.tpl
+++ b/admin-dev/themes/default/template/controllers/dashboard/helpers/view/view.tpl
@@ -10,7 +10,7 @@
{$hookDashboardZoneOne}
- {$hookDashboardZoneOne}
+ {$hookDashboardZoneTwo}
diff --git a/modules/dashproducts/dashproducts.php b/modules/dashproducts/dashproducts.php
index faf139078..bdfa220de 100644
--- a/modules/dashproducts/dashproducts.php
+++ b/modules/dashproducts/dashproducts.php
@@ -49,6 +49,6 @@ class Dashproducts extends Module
public function hookDashboardZoneOne($params)
{
- return $this->display(__FILE__, 'dashboard_zone_Two.tpl');
+ return $this->display(__FILE__, 'dashboard_zone_two.tpl');
}
}
\ No newline at end of file
diff --git a/modules/dashtrends/dashtrends.php b/modules/dashtrends/dashtrends.php
index 5be43735b..1d4c11c45 100644
--- a/modules/dashtrends/dashtrends.php
+++ b/modules/dashtrends/dashtrends.php
@@ -49,6 +49,6 @@ class Dashtrends extends Module
public function hookDashboardZoneTwo($params)
{
- return $this->display(__FILE__, 'dashboard_zone_one.tpl');
+ return $this->display(__FILE__, 'dashboard_zone_two.tpl');
}
}
\ No newline at end of file