Ideas are reminders

This commit is contained in:
Manuel Cillero 2017-09-21 00:31:52 +02:00
parent 78a3d9a6f2
commit 178466cdae
3 changed files with 3 additions and 3 deletions

View file

@ -162,7 +162,7 @@ function zuitedesk_preprocess_page(&$vars, $hook) {
$pl = '';
if ($vars['logged_in'] && !empty($deskmenu)) {
// Home option:
$pl .= _zuitedesk_option(TRUE, "$lang/", t('Home'), 'home', NULL, t('Desktop'));
$pl .= _zuitedesk_option(TRUE, "$lang", t('Home'), 'home', NULL, t('Desktop'));
// CRM submenu:
$submenu = '';
$submenu .= _zuitedesk_option(!empty($_SESSION['SuiteCRM_Session_ID']), "$lang/suitecrm", 'SuiteCRM', 'suitecrm', 'crm', t('Core sales, customer service and marketing processes with SuiteCRM'));