diff options
author | OpenShift guest <dachebodt@gmail.com> | 2013-11-19 09:55:58 -0500 |
---|---|---|
committer | OpenShift guest <dachebodt@gmail.com> | 2013-11-19 09:55:58 -0500 |
commit | 55670d75b00079a06ed1ac701786e41d7a367f89 (patch) | |
tree | 8b3da6e8eae20b4b86b3e63386e3fc44567c69ec /phpBB/styles | |
parent | 77dc1ac09a7e6c426ba8e07b398a3c3abeed487f (diff) | |
download | forums-55670d75b00079a06ed1ac701786e41d7a367f89.tar forums-55670d75b00079a06ed1ac701786e41d7a367f89.tar.gz forums-55670d75b00079a06ed1ac701786e41d7a367f89.tar.bz2 forums-55670d75b00079a06ed1ac701786e41d7a367f89.tar.xz forums-55670d75b00079a06ed1ac701786e41d7a367f89.zip |
[ticket/12024] Add new line
PHPBB3-12024
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 1 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/overall_footer.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 7002ebc630..809c0affcb 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -213,4 +213,5 @@ </div> </div> <!-- ENDIF --> + <!-- EVENT overall_header_content_before --> diff --git a/phpBB/styles/subsilver2/template/overall_footer.html b/phpBB/styles/subsilver2/template/overall_footer.html index 84a02430b9..4d69f8dff1 100644 --- a/phpBB/styles/subsilver2/template/overall_footer.html +++ b/phpBB/styles/subsilver2/template/overall_footer.html @@ -1,4 +1,5 @@ <!-- EVENT overall_footer_content_after --> + <!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF --> </div> |