diff options
author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-03-16 11:34:36 +0000 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:37:01 -0500 |
commit | 18af6dd664ebb272e4c68b3a9d70359eb0eaa00e (patch) | |
tree | 6ee84d428b9de3732a299517e63463851cbf72df /phpBB/styles/prosilver | |
parent | 9e4043ff640cabd3ad187022bb6b8a1e92a3efae (diff) | |
download | forums-18af6dd664ebb272e4c68b3a9d70359eb0eaa00e.tar forums-18af6dd664ebb272e4c68b3a9d70359eb0eaa00e.tar.gz forums-18af6dd664ebb272e4c68b3a9d70359eb0eaa00e.tar.bz2 forums-18af6dd664ebb272e4c68b3a9d70359eb0eaa00e.tar.xz forums-18af6dd664ebb272e4c68b3a9d70359eb0eaa00e.zip |
[feature/events] Adding index_body_info_blocks template ledge
PHPBB3-9550
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/index_body.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index 6babbf5997..adfdfdaf56 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -29,6 +29,8 @@ </form> <!-- ENDIF --> +<!-- RUNHOOKS index_body_info_blocks --> + <!-- IF S_DISPLAY_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>{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST} |