From 7fc8b55f8c03a8d17bc19933d9313a02b251bbdb Mon Sep 17 00:00:00 2001 From: Alfredo Ramos Date: Mon, 21 Jan 2019 12:23:05 -0600 Subject: [ticket/15949] Add ucp_profile_signature_posting_editor_options_prepend It adds a template event in the signature posting editor to add custom options to be consistent with the default posting editor. PHPBB3-15949 --- phpBB/styles/prosilver/template/ucp_profile_signature.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/styles/prosilver') 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 @@

{L_OPTIONS}

+ {% EVENT ucp_profile_signature_posting_editor_options_prepend %}
-- cgit v1.2.1