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
new file mode 100644
index 000000000..e69de29bb
diff --git a/controllers/admin/AdminDashboardController.php b/controllers/admin/AdminDashboardController.php
new file mode 100644
index 000000000..a9272056a
--- /dev/null
+++ b/controllers/admin/AdminDashboardController.php
@@ -0,0 +1,34 @@
+
+* @copyright 2007-2013 PrestaShop SA
+* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
+* International Registered Trademark & Property of PrestaShop SA
+*/
+
+class AdminDashboardControllerCore extends AdminController
+{
+ public function __construct()
+ {
+ $this->display = 'view';
+ parent::__construct();
+ }
+}
\ No newline at end of file
diff --git a/install-dev/data/xml/access.xml b/install-dev/data/xml/access.xml
index 9b71e93fc..8f6587d85 100644
--- a/install-dev/data/xml/access.xml
+++ b/install-dev/data/xml/access.xml
@@ -98,5 +98,6 @@
+
diff --git a/install-dev/data/xml/tab.xml b/install-dev/data/xml/tab.xml
index 477d81b3d..dd992ca4d 100644
--- a/install-dev/data/xml/tab.xml
+++ b/install-dev/data/xml/tab.xml
@@ -9,6 +9,9 @@
AdminHome
+
+ AdminDashboard
+
AdminCms
diff --git a/install-dev/langs/fr/data/tab.xml b/install-dev/langs/fr/data/tab.xml
index 81b51d5fc..4af2a16b7 100644
--- a/install-dev/langs/fr/data/tab.xml
+++ b/install-dev/langs/fr/data/tab.xml
@@ -1,6 +1,7 @@
+