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 56d2b855e..d9656fa13 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
@@ -31,12 +31,6 @@
var read_more = '{l s='Read more'}'
-
-
- {l s='Dashboard'}
-
-
-
diff --git a/controllers/admin/AdminDashboardController.php b/controllers/admin/AdminDashboardController.php
index de0a5f2f4..417398c40 100644
--- a/controllers/admin/AdminDashboardController.php
+++ b/controllers/admin/AdminDashboardController.php
@@ -52,6 +52,14 @@ class AdminDashboardControllerCore extends AdminController
__PS_BASE_URI__.$admin_webpath.'/themes/'.$this->bo_theme.'/css/nv.d3.css',
));
}
+
+ public function initPageHeaderToolbar()
+ {
+ parent::initPageHeaderToolbar();
+
+ $this->page_header_toolbar_title = $this->l('Dashboard');
+ $this->page_header_toolbar_btn = array();
+ }
protected function getOptionFields()
{