diff options
author | David King <imkingdavid@gmail.com> | 2012-12-17 11:28:04 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:37:45 -0500 |
commit | 37ac2c9aaedaa3786457192d3397db7bc3cb2543 (patch) | |
tree | fcad676559e31cdf6f3dc45dcca8d94e34bf8dbb | |
parent | 11035eb4c4fa778bffda277a3a6b10fff4b99e17 (diff) | |
download | forums-37ac2c9aaedaa3786457192d3397db7bc3cb2543.tar forums-37ac2c9aaedaa3786457192d3397db7bc3cb2543.tar.gz forums-37ac2c9aaedaa3786457192d3397db7bc3cb2543.tar.bz2 forums-37ac2c9aaedaa3786457192d3397db7bc3cb2543.tar.xz forums-37ac2c9aaedaa3786457192d3397db7bc3cb2543.zip |
[feature/events] Rename index_body_info_blocks: index_body_stat_blocks_before
-rw-r--r-- | phpBB/styles/prosilver/template/index_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index b44c033a25..502975ebb6 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -29,7 +29,7 @@ </form> <!-- ENDIF --> -<!-- EVENT index_body_info_blocks --> +<!-- EVENT index_body_stat_blocks_before --> <!-- 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 --> |