From d8c44832657d78db0dbf2344e40fcaf1b994321c Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Mon, 2 Sep 2013 10:13:47 +0200 Subject: [PATCH] //oups --- .../template/controllers/dashboard/helpers/view/view.tpl | 2 +- modules/dashproducts/dashproducts.php | 2 +- modules/dashtrends/dashtrends.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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