diff options
author | PayBas <contact@paybas.com> | 2014-06-25 09:16:03 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-06-25 14:19:08 +0200 |
commit | 419de00a9cfcf195842050e83fcfbc54fd8fd54d (patch) | |
tree | 5613fc55b9cd0b47b352728cb90c9fe518db605b /phpBB/styles/subsilver2/template | |
parent | 6d641ad590d89cb0945a04db7136347d6fa9070a (diff) | |
download | forums-419de00a9cfcf195842050e83fcfbc54fd8fd54d.tar forums-419de00a9cfcf195842050e83fcfbc54fd8fd54d.tar.gz forums-419de00a9cfcf195842050e83fcfbc54fd8fd54d.tar.bz2 forums-419de00a9cfcf195842050e83fcfbc54fd8fd54d.tar.xz forums-419de00a9cfcf195842050e83fcfbc54fd8fd54d.zip |
[ticket/12662] Update subsilver2 index template event names
PHPBB3-12662
Diffstat (limited to 'phpBB/styles/subsilver2/template')
-rw-r--r-- | phpBB/styles/subsilver2/template/index_body.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/index_body.html b/phpBB/styles/subsilver2/template/index_body.html index 2fdd0c77c1..1a2786015f 100644 --- a/phpBB/styles/subsilver2/template/index_body.html +++ b/phpBB/styles/subsilver2/template/index_body.html @@ -1,6 +1,6 @@ <!-- INCLUDE overall_header.html --> -<!-- EVENT index_body_linklist_before --> +<!-- EVENT index_body_markforums_before --> <!-- IF U_MCP or U_ACP --> <div id="pageheader"> @@ -10,7 +10,7 @@ <br clear="all" /><br /> <!-- ENDIF --> -<!-- EVENT index_body_linklist_after --> +<!-- EVENT index_body_markforums_after --> <!-- INCLUDE forumlist_body.html --> |