// adding ovverride method initProcess for display Informations Tab

This commit is contained in:
lLefevre
2011-12-08 15:41:12 +00:00
parent ea26882c58
commit 22432389b7
3 changed files with 29 additions and 14 deletions
+2 -2
View File
@@ -171,13 +171,13 @@ class AdminHomeControllerCore extends AdminController
private function getQuickLinks()
{
$quick_links['first'] = array(
'href' => $this->context->link->getAdminLink('AdminCatalog').'&addcategory',
'href' => $this->context->link->getAdminLink('AdminCategories').'&addcategory',
'title' => $this->l('New category'),
'description' => $this->l('Create a new category and organize your products.'),
);
$quick_links['second'] = array(
'href' => $this->context->link->getAdminLink('AdminCatalog').'&addproduct',
'href' => $this->context->link->getAdminLink('AdminProducts').'&addproduct',
'title' => $this->l('New product'),
'description' => $this->l('Fill up your catalog with new articles and attributes.'),
);