I am using the 1.1.0.2 version, I need disable link click on a account module,
for example if we take this GDPR account module-
Code: Select all
$GLOBALS['Template']->_data['account']['gdpr']['links'][$this->group] = [
'title' => MODULE_CONTENT_ACCOUNT_GDPR_SUB_TITLE,
'link' => $GLOBALS['Linker']->build('gdpr.php'),
'icon' => 'fas fa-address-card fa-5x',Code: Select all
$GLOBALS['Template']->_data['account']['gdpr']['links'][$this->group] = [
'title' => MODULE_CONTENT_ACCOUNT_GDPR_SUB_TITLE,
'link' => NULL,
'icon' => 'fas fa-address-card fa-5x',Please can you point me in the right direction on how to disable it.
Thank you in advance;
Very Warm Regds./
radhavallabh