diff options
| author | PayBas <contact@paybas.com> | 2014-04-11 12:24:27 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-05-03 17:50:31 +0200 |
| commit | 8186e282f11c65874303833e081186ad6a744371 (patch) | |
| tree | 4247250a342971693f526e2508e446533a90f57e /phpBB/styles/prosilver/template/index_body.html | |
| parent | bb7941a52bb7b45af93bf98133e6cba29563eb42 (diff) | |
| download | forums-8186e282f11c65874303833e081186ad6a744371.tar forums-8186e282f11c65874303833e081186ad6a744371.tar.gz forums-8186e282f11c65874303833e081186ad6a744371.tar.bz2 forums-8186e282f11c65874303833e081186ad6a744371.tar.xz forums-8186e282f11c65874303833e081186ad6a744371.zip | |
[ticket/12374] Added prepend-versions of events
PHPBB3-12374
Diffstat (limited to 'phpBB/styles/prosilver/template/index_body.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/index_body.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index 91c90fe600..f9c5b4cf20 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -49,6 +49,7 @@ <div class="stat-block online-list"> <!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF --> <p> + <!-- EVENT index_body_block_online_prepend --> {TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST} <!-- IF LEGEND --><br /><em>{L_LEGEND}{L_COLON} {LEGEND}</em><!-- ENDIF --> <!-- EVENT index_body_block_online_append --> @@ -60,6 +61,7 @@ <div class="stat-block birthday-list"> <h3>{L_BIRTHDAYS}</h3> <p> + <!-- EVENT index_body_block_birthday_prepend --> <!-- IF .birthdays -->{L_CONGRATULATIONS}{L_COLON} <strong><!-- BEGIN birthdays -->{birthdays.USERNAME}<!-- IF birthdays.AGE !== '' --> ({birthdays.AGE})<!-- ENDIF --><!-- IF not birthdays.S_LAST_ROW -->, <!-- ENDIF --><!-- END birthdays --></strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --> <!-- EVENT index_body_block_birthday_append --> </p> @@ -70,6 +72,7 @@ <div class="stat-block statistics"> <h3>{L_STATISTICS}</h3> <p> + <!-- EVENT index_body_block_stats_prepend --> {TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER} <!-- EVENT index_body_block_stats_append --> </p> |
