// Fix upgrade and dashboard
This commit is contained in:
@@ -184,7 +184,7 @@ class AdminEmailsControllerCore extends AdminController
|
||||
$this->initPageHeaderToolbar();
|
||||
$this->addToolBarModulesListButton();
|
||||
unset($this->toolbar_btn['save']);
|
||||
$back = $this->context->link->getAdminLink('AdminHome');
|
||||
$back = $this->context->link->getAdminLink('AdminDashboard');
|
||||
|
||||
$this->toolbar_btn['back'] = array(
|
||||
'href' => $back,
|
||||
|
||||
@@ -113,7 +113,7 @@ class AdminEmployeesControllerCore extends AdminController
|
||||
if ($theme[0] != '.' && is_dir($path.$theme) && (file_exists($path.$theme.'/css/admin.css') || file_exists($path.$theme.'/css/admin-theme.css')))
|
||||
$this->themes[] = $theme;
|
||||
|
||||
$home_tab = Tab::getInstanceFromClassName('adminHome');
|
||||
$home_tab = Tab::getInstanceFromClassName('AdminDashboard');
|
||||
$this->tabs_list[$home_tab->id] = array(
|
||||
'name' => $home_tab->name[$this->context->language->id],
|
||||
'id_tab' => $home_tab->id,
|
||||
|
||||
Reference in New Issue
Block a user