Skip to content

Commit

Permalink
GDPR §13 information
Browse files Browse the repository at this point in the history
  • Loading branch information
schultz-it-solutions committed Apr 30, 2018
1 parent bc4e342 commit cd3501e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/com_users/views/registration/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
</fieldset>
<?php endif; ?>
<?php endforeach; ?>
<?php if ($this->params->get('gdpr13info')) : ?>
<div class="control-group">
<div class="control-label"><?php echo JText::_('COM_USERS_REGISTER_GDPR13INFO_LABEL'); ?></div>
<div class="controls"><a <?php echo $this->gdpr13_info_display; ?> > <?php echo $this->params->get('gdpr13info_linktitle'); ?></a></div>
</div>
<?php endif; ?>
<div class="control-group">
<div class="controls">
<button type="submit" class="btn btn-primary validate"><?php echo JText::_('JREGISTER'); ?></button>
Expand Down

0 comments on commit cd3501e

Please sign in to comment.