diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2015-09-06 16:18:07 +0200 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2015-10-12 20:05:48 +0200 |
commit | d507bce98a998660ce83e41bbc31cbffdb5a0da8 (patch) | |
tree | 62bc00752e902aaa3300f78bce0b285bdb7782d8 /phpBB/styles/subsilver2 | |
parent | 8cab2374f98e507cba2f0b10da4155110a73fc00 (diff) | |
download | forums-d507bce98a998660ce83e41bbc31cbffdb5a0da8.tar forums-d507bce98a998660ce83e41bbc31cbffdb5a0da8.tar.gz forums-d507bce98a998660ce83e41bbc31cbffdb5a0da8.tar.bz2 forums-d507bce98a998660ce83e41bbc31cbffdb5a0da8.tar.xz forums-d507bce98a998660ce83e41bbc31cbffdb5a0da8.zip |
[ticket/14146] Add viewtopic_body_post_subject_before event
PHPBB3-14146
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_body.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index ea64bc837f..fe6b8e137b 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -171,6 +171,7 @@ <!-- EVENT viewtopic_body_post_author_after --> </td> <!-- EVENT viewtopic_body_postrow_post_details_before --> + <!-- EVENT viewtopic_body_post_subject_before --> <td width="100%" height="25"> <table width="100%" cellspacing="0"> <tr> |