diff options
author | OpenShift guest <dachebodt@gmail.com> | 2013-11-18 23:17:03 -0500 |
---|---|---|
committer | OpenShift guest <dachebodt@gmail.com> | 2013-11-18 23:17:03 -0500 |
commit | 9d39457e35632d2770af986f78286d239fd00c78 (patch) | |
tree | 1dcfde1478fdc9d6b767cf2ffded06fc2a5e485d /phpBB/styles | |
parent | 8b464e87f0a41422dddaa647ac42ab9c7950bb4b (diff) | |
download | forums-9d39457e35632d2770af986f78286d239fd00c78.tar forums-9d39457e35632d2770af986f78286d239fd00c78.tar.gz forums-9d39457e35632d2770af986f78286d239fd00c78.tar.bz2 forums-9d39457e35632d2770af986f78286d239fd00c78.tar.xz forums-9d39457e35632d2770af986f78286d239fd00c78.zip |
[ticket/12024] Template event overall_header_content_before
http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44959
http://tracker.phpbb.com/browse/PHPBB3-12024
PHPBB3-12024
Diffstat (limited to 'phpBB/styles')
4 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index bf5ce30f37..766dc93655 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -1,3 +1,4 @@ + <!-- EVENT overall_footer_content_after --> </div> <div id="page-footer"> diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index a53e0f8d60..7002ebc630 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -213,3 +213,4 @@ </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 3a29a0d752..84a02430b9 100644 --- a/phpBB/styles/subsilver2/template/overall_footer.html +++ b/phpBB/styles/subsilver2/template/overall_footer.html @@ -1,3 +1,4 @@ + <!-- EVENT overall_footer_content_after --> <!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF --> </div> diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index 0317d6e45c..20d06e4921 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -243,3 +243,4 @@ function marklist(id, name, state) <!-- DEFINE $S_MICRODATA = 0 --> <br /> + <!-- EVENT overall_header_content_before -->
\ No newline at end of file |