Update retailcrm.php

This commit is contained in:
klaos27 2018-07-30 15:03:29 +02:00 committed by GitHub
parent 9eecfcffb8
commit 7b05d975a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -315,7 +315,7 @@ class ControllerExtensionModuleRetailcrm extends Controller
$_data['breadcrumbs'][] = array(
'text' => $this->language->get('text_home'),
'href' => $this->url->link(
'common/home',
'common/dashboard',
$this->tokenTitle . '=' . $this->session->data[$this->tokenTitle], 'SSL'
),
'separator' => false
@ -324,7 +324,7 @@ class ControllerExtensionModuleRetailcrm extends Controller
$_data['breadcrumbs'][] = array(
'text' => $this->language->get('text_module'),
'href' => $this->url->link(
'extension/extension/module',
'extension/extension',
$this->tokenTitle . '=' . $this->session->data[$this->tokenTitle], 'SSL'
),
'separator' => ' :: '