aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-04-09 00:31:10 +0200
committerPayBas <contact@paybas.com>2014-05-03 17:50:30 +0200
commita14930466b40611cf5190be3fed41ee03a381e44 (patch)
tree6702e80480007cd17fb6848a6a5daa4ca5222dc3 /phpBB/styles/subsilver2
parentb60108dc78af581fe5327fce4037731555203320 (diff)
downloadforums-a14930466b40611cf5190be3fed41ee03a381e44.tar
forums-a14930466b40611cf5190be3fed41ee03a381e44.tar.gz
forums-a14930466b40611cf5190be3fed41ee03a381e44.tar.bz2
forums-a14930466b40611cf5190be3fed41ee03a381e44.tar.xz
forums-a14930466b40611cf5190be3fed41ee03a381e44.zip
[ticket/12374] Add Template events index_body_block_(name)_append
Hopefully to the correct branch this time PHPBB3-12374
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r--phpBB/styles/subsilver2/template/index_body.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/styles/subsilver2/template/index_body.html b/phpBB/styles/subsilver2/template/index_body.html
index 9e859eac0e..7c021afe51 100644
--- a/phpBB/styles/subsilver2/template/index_body.html
+++ b/phpBB/styles/subsilver2/template/index_body.html
@@ -44,7 +44,7 @@
<!-- ELSE -->
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
<!-- ENDIF -->
- <td class="row1" width="100%"><span class="genmed">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}</span></td>
+ <td class="row1" width="100%"><span class="genmed">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}<!-- EVENT index_body_block_online_append --></span></td>
</tr>
<!-- IF LEGEND -->
<tr>
@@ -63,7 +63,7 @@
</tr>
<tr>
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_BIRTHDAYS}" /></td>
- <td class="row1" width="100%"><p class="genmed"><!-- IF .birthdays -->{L_CONGRATULATIONS}{L_COLON} <b><!-- BEGIN birthdays -->{birthdays.USERNAME}<!-- IF birthdays.AGE !== '' --> ({birthdays.AGE})<!-- ENDIF --><!-- IF not birthdays.S_LAST_ROW -->, <!-- ENDIF --><!-- END birthdays --></b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td>
+ <td class="row1" width="100%"><p class="genmed"><!-- IF .birthdays -->{L_CONGRATULATIONS}{L_COLON} <b><!-- BEGIN birthdays -->{birthdays.USERNAME}<!-- IF birthdays.AGE !== '' --> ({birthdays.AGE})<!-- ENDIF --><!-- IF not birthdays.S_LAST_ROW -->, <!-- ENDIF --><!-- END birthdays --></b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --><!-- EVENT index_body_block_birthday_append --></p></td>
</tr>
</table>
<!-- ENDIF -->
@@ -76,7 +76,8 @@
</tr>
<tr>
<td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_STATISTICS}" /></td>
- <td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
+ <td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}<!-- EVENT index_body_block_stats_append --></p></td>
+
</tr>
</table>