diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-08-28 15:53:30 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-08-28 15:53:30 +0200 |
commit | a019a86bfcd7c1ffe7b38449bc6d93c377d4662a (patch) | |
tree | 72aee8005c36427429ac8fcc83014274ac3b99de /phpBB/styles/subsilver2/template | |
parent | 71a70500ea946a02a46257f883f90a3936528ac0 (diff) | |
parent | 317f3e848fde774cf8ebbf9e9574b8b3d2a15b38 (diff) | |
download | forums-a019a86bfcd7c1ffe7b38449bc6d93c377d4662a.tar forums-a019a86bfcd7c1ffe7b38449bc6d93c377d4662a.tar.gz forums-a019a86bfcd7c1ffe7b38449bc6d93c377d4662a.tar.bz2 forums-a019a86bfcd7c1ffe7b38449bc6d93c377d4662a.tar.xz forums-a019a86bfcd7c1ffe7b38449bc6d93c377d4662a.zip |
Merge pull request #4338 from Senky/ticket/14469
Add viewforum_body_topicrow_before template event
Diffstat (limited to 'phpBB/styles/subsilver2/template')
-rw-r--r-- | phpBB/styles/subsilver2/template/viewforum_body.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index 2b8268d2c3..c76c081ba7 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -32,9 +32,11 @@ <th> {L_LAST_POST} </th> </tr> + <!-- EVENT viewforum_body_topic_row_before --> + <!-- BEGIN topicrow --> - <!-- EVENT viewforum_body_topic_row_before --> + <!-- EVENT viewforum_body_topicrow_row_before --> <tr> <!-- EVENT viewforum_body_topic_row_prepend --> <td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td> |