diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-04-07 11:13:44 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-04-07 11:13:44 +0200 |
commit | 29abad3dd409d5d81c4566b4f083508c6b9f634d (patch) | |
tree | 5d1358f74983a30f310ee9e8475f59678b87e2af /phpBB/styles/prosilver | |
parent | 1bae0513a81123a93175e4f7ccaed31c0d11a8ce (diff) | |
parent | 7fc8b55f8c03a8d17bc19933d9313a02b251bbdb (diff) | |
download | forums-29abad3dd409d5d81c4566b4f083508c6b9f634d.tar forums-29abad3dd409d5d81c4566b4f083508c6b9f634d.tar.gz forums-29abad3dd409d5d81c4566b4f083508c6b9f634d.tar.bz2 forums-29abad3dd409d5d81c4566b4f083508c6b9f634d.tar.xz forums-29abad3dd409d5d81c4566b4f083508c6b9f634d.zip |
Merge pull request #5519 from AlfredoRamos/ticket/15949
[ticket/15949] Add ucp_profile_signature_posting_editor_options_prepend
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_profile_signature.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_profile_signature.html b/phpBB/styles/prosilver/template/ucp_profile_signature.html index 614f6f440d..ed28b7ab02 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_signature.html +++ b/phpBB/styles/prosilver/template/ucp_profile_signature.html @@ -24,6 +24,7 @@ <!-- INCLUDE posting_editor.html --> <h3>{L_OPTIONS}</h3> <fieldset> + {% EVENT ucp_profile_signature_posting_editor_options_prepend %} <!-- IF S_BBCODE_ALLOWED --> <div><label for="disable_bbcode"><input type="checkbox" name="disable_bbcode" id="disable_bbcode"{S_BBCODE_CHECKED} /> {L_DISABLE_BBCODE}</label></div> <!-- ENDIF --> |