diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-21 19:53:15 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-11-21 19:53:15 +0100 |
commit | 2d6734cb0a809107a7b6d3b05608e40653433444 (patch) | |
tree | 43fe2866adee74c2dbe6f84cb7ff345ec7d5fee5 /phpBB/styles/prosilver/template | |
parent | 7bc19179089a3aebb55dcd2021ed590c7afaa045 (diff) | |
parent | 971b30a76d9f09ad129be68e4f802d00b06b3eb9 (diff) | |
download | forums-2d6734cb0a809107a7b6d3b05608e40653433444.tar forums-2d6734cb0a809107a7b6d3b05608e40653433444.tar.gz forums-2d6734cb0a809107a7b6d3b05608e40653433444.tar.bz2 forums-2d6734cb0a809107a7b6d3b05608e40653433444.tar.xz forums-2d6734cb0a809107a7b6d3b05608e40653433444.zip |
Merge pull request #3126 from VSEphpbb/ticket/13290
[ticket/13290] Add EVENT index_body_forumlist_body_after
Diffstat (limited to 'phpBB/styles/prosilver/template')
-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 1e1eb22c6f..f620b6e966 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -13,6 +13,8 @@ <!-- INCLUDE forumlist_body.html --> +<!-- EVENT index_body_forumlist_body_after --> + <!-- IF not S_USER_LOGGED_IN and not S_IS_BOT --> <form method="post" action="{S_LOGIN_ACTION}" class="headerspace"> <h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED --> • <a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF --></h3> |