diff options
author | Matt Friedman <maf675@gmail.com> | 2014-11-10 13:56:52 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2014-11-10 13:56:52 -0800 |
commit | 971b30a76d9f09ad129be68e4f802d00b06b3eb9 (patch) | |
tree | 405a45be52637ace9418ac8dbc5ff565f235ce6b /phpBB/styles | |
parent | 6a4cb42565d7e1663da4d02cd8d624b034b20afe (diff) | |
download | forums-971b30a76d9f09ad129be68e4f802d00b06b3eb9.tar forums-971b30a76d9f09ad129be68e4f802d00b06b3eb9.tar.gz forums-971b30a76d9f09ad129be68e4f802d00b06b3eb9.tar.bz2 forums-971b30a76d9f09ad129be68e4f802d00b06b3eb9.tar.xz forums-971b30a76d9f09ad129be68e4f802d00b06b3eb9.zip |
[ticket/13290] Add EVENT index_body_forumlist_body_after
PHPBB3-13290
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/index_body.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/index_body.html | 2 |
2 files changed, 4 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> diff --git a/phpBB/styles/subsilver2/template/index_body.html b/phpBB/styles/subsilver2/template/index_body.html index 1a2786015f..bfc2229221 100644 --- a/phpBB/styles/subsilver2/template/index_body.html +++ b/phpBB/styles/subsilver2/template/index_body.html @@ -14,6 +14,8 @@ <!-- INCLUDE forumlist_body.html --> +<!-- EVENT index_body_forumlist_body_after --> + <!-- IF not S_IS_BOT or U_TEAM --> <span class="gensmall"> <!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --> |