Merge pull request #105 from klaos27/master

Update retailcrm.php
This commit is contained in:
Alex Lushpai 2018-07-30 17:10:43 +03:00 committed by GitHub
commit caa6a03b14
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' => ' :: '