mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13025] Correct events in subsilver2 viewforum_body
PHPBB3-13025
This commit is contained in:
parent
51ece03612
commit
608d3f4d8d
1 changed files with 2 additions and 2 deletions
|
@ -281,13 +281,13 @@
|
||||||
<table width="100%" cellspacing="1">
|
<table width="100%" cellspacing="1">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
|
<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 -->
|
<!-- IF S_DISPLAY_POST_INFO and not S_IS_BOT -->
|
||||||
<a href="{U_POST_NEW_TOPIC}" class="imageset">{POST_IMG}</a>
|
<a href="{U_POST_NEW_TOPIC}" class="imageset">{POST_IMG}</a>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<!-- EVENT viewforum_buttons_top_after -->
|
<!-- EVENT viewforum_buttons_bottom_after -->
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<!-- IF TOTAL_TOPICS -->
|
<!-- IF TOTAL_TOPICS -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue