diff options
author | Matt Friedman <maf675@gmail.com> | 2014-05-02 16:41:40 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2014-05-02 16:41:40 -0700 |
commit | 47ff63f823a66cc16d2d9d6675ba6da821fa39dc (patch) | |
tree | 2f9cf82e98cf86f9a017e2bdd19fef36df592d36 /phpBB/styles/prosilver/template/ucp_agreement.html | |
parent | 57927ef8eaf73a501570e9a6e25541402ae951af (diff) | |
download | forums-47ff63f823a66cc16d2d9d6675ba6da821fa39dc.tar forums-47ff63f823a66cc16d2d9d6675ba6da821fa39dc.tar.gz forums-47ff63f823a66cc16d2d9d6675ba6da821fa39dc.tar.bz2 forums-47ff63f823a66cc16d2d9d6675ba6da821fa39dc.tar.xz forums-47ff63f823a66cc16d2d9d6675ba6da821fa39dc.zip |
[ticket/12484] Add template event ucp_agreement_terms_before/after
PHPBB3-12484
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_agreement.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_agreement.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_agreement.html b/phpBB/styles/prosilver/template/ucp_agreement.html index bc4f23cee7..943774c6ec 100644 --- a/phpBB/styles/prosilver/template/ucp_agreement.html +++ b/phpBB/styles/prosilver/template/ucp_agreement.html @@ -35,7 +35,9 @@ <div class="inner"> <div class="content"> <h2 class="sitename-title">{SITENAME} - {L_REGISTRATION}</h2> + <!-- EVENT ucp_agreement_terms_before --> <p><!-- IF S_SHOW_COPPA -->{L_COPPA_BIRTHDAY}<!-- ELSE -->{L_TERMS_OF_USE}<!-- ENDIF --></p> + <!-- EVENT ucp_agreement_terms_after --> </div> </div> </div> |