Skip to content

Commit

Permalink
GDPR §13 information on registration
Browse files Browse the repository at this point in the history
  • Loading branch information
schultz-it-solutions committed Apr 30, 2018
1 parent cd3501e commit 2984640
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/com_users/views/registration/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,10 @@ protected function prepareDocument()
{
$this->document->setMetadata('robots', $this->params->get('robots'));
}

if ($this->params->get('gdpr13info'))
{
$this->gdpr13_info_display = 'href="index.php?option=com_content&view=article&id='.$this->escape($this->params->get('gdpr13info_article')).'" target=_Blank ';
}
}
}

0 comments on commit 2984640

Please sign in to comment.