diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2014-10-04 11:38:21 +0200 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2014-10-04 11:38:21 +0200 |
commit | 608d3f4d8d95ab8beee1aff765fae23e1990ea41 (patch) | |
tree | d8dae649c4043bf35efd62f4a774c99994e78338 | |
parent | 51ece03612b361dfdbeff76d419cfdfcbe9cfe8c (diff) | |
download | forums-608d3f4d8d95ab8beee1aff765fae23e1990ea41.tar forums-608d3f4d8d95ab8beee1aff765fae23e1990ea41.tar.gz forums-608d3f4d8d95ab8beee1aff765fae23e1990ea41.tar.bz2 forums-608d3f4d8d95ab8beee1aff765fae23e1990ea41.tar.xz forums-608d3f4d8d95ab8beee1aff765fae23e1990ea41.zip |
[ticket/13025] Correct events in subsilver2 viewforum_body
PHPBB3-13025
-rw-r--r-- | phpBB/styles/subsilver2/template/viewforum_body.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index 2781e590f2..925581ffcd 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -281,13 +281,13 @@ <table width="100%" cellspacing="1"> <tr> <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap"> - <!-- EVENT viewforum_buttons_top_before --> + <!-- EVENT viewforum_buttons_bottom_before --> <!-- IF S_DISPLAY_POST_INFO and not S_IS_BOT --> <a href="{U_POST_NEW_TOPIC}" class="imageset">{POST_IMG}</a> <!-- ENDIF --> - <!-- EVENT viewforum_buttons_top_after --> + <!-- EVENT viewforum_buttons_bottom_after --> </td> <!-- IF TOTAL_TOPICS --> |