diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-10 16:00:13 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:37:36 -0500 |
commit | de54bccc58dc34366ea52ada1c58914b882c8be0 (patch) | |
tree | 862254e929e5c2aca8f89a251bd593a614da1c0a /phpBB/styles | |
parent | b20e91b87722107f268bca76471d589048e6a524 (diff) | |
download | forums-de54bccc58dc34366ea52ada1c58914b882c8be0.tar forums-de54bccc58dc34366ea52ada1c58914b882c8be0.tar.gz forums-de54bccc58dc34366ea52ada1c58914b882c8be0.tar.bz2 forums-de54bccc58dc34366ea52ada1c58914b882c8be0.tar.xz forums-de54bccc58dc34366ea52ada1c58914b882c8be0.zip |
[feature/events] There is nothing between head and body.
PHPBB3-9550
Diffstat (limited to 'phpBB/styles')
3 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index b64bd773f9..c637908c26 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -133,7 +133,6 @@ function marklist(id, name, state) <!-- EVENT overall_header_head --> </head> -<!-- EVENT overall_head_head_body --> <body class="{S_CONTENT_DIRECTION}"> <a name="top"></a> diff --git a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html index fe64b4e402..fd0244a79d 100644 --- a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html +++ b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html @@ -55,7 +55,6 @@ hr.sep { </style> </head> -<!-- EVENT ucp_pm_viewmessage_head_body --> <body> <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center"> diff --git a/phpBB/styles/subsilver2/template/viewtopic_print.html b/phpBB/styles/subsilver2/template/viewtopic_print.html index 8fe7d97524..78fab17d02 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_print.html +++ b/phpBB/styles/subsilver2/template/viewtopic_print.html @@ -67,7 +67,6 @@ hr.sep { </style> </head> -<!-- EVENT viewtopic_print_head_body --> <body> <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center"> |