This commit is contained in:
Vincent Augagneur
2013-09-02 10:13:47 +02:00
parent d0f2a37fff
commit d8c4483265
3 changed files with 3 additions and 3 deletions
@@ -10,7 +10,7 @@
{$hookDashboardZoneOne}
</div>
<div class="col-lg-7">
{$hookDashboardZoneOne}
{$hookDashboardZoneTwo}
</div>
<div class="col-lg-2">
<section class="dash_news panel">
+1 -1
View File
@@ -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');
}
}
+1 -1
View File
@@ -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');
}
}