diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-08-30 23:40:12 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-08-30 23:52:14 +0200 |
| commit | 76053b3cd45e2599781edc0fa4500caec7c0c716 (patch) | |
| tree | c52ec4710d0c954562da9f8baf3f4dd223105703 /phpBB/styles/prosilver/template | |
| parent | 6d9c0a76df2ab2b55b8f863a412f0fcf10599196 (diff) | |
| download | forums-76053b3cd45e2599781edc0fa4500caec7c0c716.tar forums-76053b3cd45e2599781edc0fa4500caec7c0c716.tar.gz forums-76053b3cd45e2599781edc0fa4500caec7c0c716.tar.bz2 forums-76053b3cd45e2599781edc0fa4500caec7c0c716.tar.xz forums-76053b3cd45e2599781edc0fa4500caec7c0c716.zip | |
[ticket/13024] Add template event viewtopic_body_postrow_post_content_footer
PHPBB3-13024
Diffstat (limited to 'phpBB/styles/prosilver/template')
| -rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index a51d65ae99..7ed8569798 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -302,6 +302,8 @@ <!-- 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_post_content_footer --> </div> </div> |
