diff --git a/src/templates/component.php b/src/templates/component.php index 7f2a9f2..33f38d9 100644 --- a/src/templates/component.php +++ b/src/templates/component.php @@ -45,11 +45,6 @@ $params_custom_head_start = $this->params->get('custom_head_start', null); $params_custom_head_end = $this->params->get('custom_head_end', null); $params_developmentmode = $this->params->get('developmentmode', false); -$params_googletagmanager = $this->params->get('googletagmanager', false); -$params_googletagmanagerid = $this->params->get('googletagmanagerid', null); -$params_googleanalytics = $this->params->get('googleanalytics', false); -$params_googleanalyticsid = $this->params->get('googleanalyticsid', null); - // Detecting Active Variables $option = $input->getCmd('option', ''); $view = $input->getCmd('view', ''); diff --git a/src/templates/offline.php b/src/templates/offline.php index da471a6..00f7f03 100644 --- a/src/templates/offline.php +++ b/src/templates/offline.php @@ -163,6 +163,59 @@ if (class_exists('\Joomla\Component\Users\Site\Helper\RouteHelper')) {
+ + + + + + + + + + + + + + + + +