diff options
| author | Prosk8er <prosk8er@gotskillslounge.com> | 2014-03-29 09:57:11 -0400 |
|---|---|---|
| committer | Prosk8er <prosk8er@gotskillslounge.com> | 2014-03-29 09:57:11 -0400 |
| commit | fb25917fa951e1687fcd66a29137aa1acc966e0c (patch) | |
| tree | d2b74105d13867c7eec8146cec9531cf2a40b452 /phpBB/styles/prosilver/template/overall_header.html | |
| parent | 2e6911b7e7bb4c1ec4e2a24c2f3e6d09f7d18d96 (diff) | |
| download | forums-fb25917fa951e1687fcd66a29137aa1acc966e0c.tar forums-fb25917fa951e1687fcd66a29137aa1acc966e0c.tar.gz forums-fb25917fa951e1687fcd66a29137aa1acc966e0c.tar.bz2 forums-fb25917fa951e1687fcd66a29137aa1acc966e0c.tar.xz forums-fb25917fa951e1687fcd66a29137aa1acc966e0c.zip | |
[ticket/12301] Template Event overall_header_body_before
add template event overall_header_body_before
PHPBB3-12301
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 |
1 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 df02963e3c..3c4f03c073 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -50,6 +50,8 @@ </head> <body id="phpbb" class="nojs section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}"> +<!-- EVENT overall_header_body_before --> + <div id="wrap"> <a id="top" accesskey="t"></a> <div id="page-header"> |
