diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-10-06 22:20:16 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-10-06 22:20:16 +0200 |
| commit | 2f2a30699419f000abc5513ba8b72abf40843a36 (patch) | |
| tree | 0f79d7cfd4c4486378a24b2b62b6469359f92aac /phpBB/styles/subsilver2/template/viewtopic_body.html | |
| parent | 6c284060d7c5c11e3fe5f9e582f8c09d39b61fb1 (diff) | |
| parent | 608d3f4d8d95ab8beee1aff765fae23e1990ea41 (diff) | |
| download | forums-2f2a30699419f000abc5513ba8b72abf40843a36.tar forums-2f2a30699419f000abc5513ba8b72abf40843a36.tar.gz forums-2f2a30699419f000abc5513ba8b72abf40843a36.tar.bz2 forums-2f2a30699419f000abc5513ba8b72abf40843a36.tar.xz forums-2f2a30699419f000abc5513ba8b72abf40843a36.zip | |
Merge pull request #3019 from Senky/ticket/13025
[ticket/13025] Add template events for buttons on viewforum and viewtopic
Diffstat (limited to 'phpBB/styles/subsilver2/template/viewtopic_body.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_body.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index 838f6c5f03..24a8c12be0 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -32,10 +32,14 @@ <table width="100%" cellspacing="1"> <tr> <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap"> + <!-- EVENT viewtopic_buttons_top_before --> + <!-- IF not S_IS_BOT --> <!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}" class="imageset">{POST_IMG}</a> <!-- ENDIF --> <!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}" class="imageset">{REPLY_IMG}</a><!-- ENDIF --> <!-- ENDIF --> + + <!-- EVENT viewtopic_buttons_top_after --> </td> <!-- IF TOTAL_POSTS --> <td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td> @@ -371,10 +375,14 @@ <table width="100%" cellspacing="1"> <tr> <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap"> + <!-- EVENT viewtopic_buttons_bottom_before --> + <!-- IF not S_IS_BOT --> <!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}" class="imageset">{POST_IMG}</a> <!-- ENDIF --> <!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}" class="imageset">{REPLY_IMG}</a><!-- ENDIF --> <!-- ENDIF --> + + <!-- EVENT viewtopic_buttons_bottom_after --> </td> <!-- IF TOTAL_POSTS --> <td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td> |
