mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/16795] Add template events around signature in viewtopic
PHPBB3-16795
This commit is contained in:
@@ -367,7 +367,10 @@
|
||||
|
||||
<!-- IF postrow.BUMPED_MESSAGE --><div class="notice"><br /><br />{postrow.BUMPED_MESSAGE}</div><!-- ENDIF -->
|
||||
<!-- EVENT viewtopic_body_postrow_post_notices_after -->
|
||||
<!-- IF postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF -->
|
||||
|
||||
{% EVENT viewtopic_body_postrow_signature_before %}
|
||||
{% if postrow.SIGNATURE %}<div id="sig{{ postrow.POST_ID }}" class="signature">{{ postrow.SIGNATURE }}</div>{% endif %}
|
||||
{% EVENT viewtopic_body_postrow_signature_after %}
|
||||
|
||||
<!-- EVENT viewtopic_body_postrow_post_content_footer -->
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user