diff options
author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-04-01 12:23:48 +0100 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:37:20 -0500 |
commit | 6a29de3f1ba39c6080088198bb63c39b9470fe65 (patch) | |
tree | 7786b27920315ea13accf5a38d341aff3022ae94 /phpBB/adm/style/simple_header.html | |
parent | c7b2665160ef5e160ed03b9fb45b01f774e19193 (diff) | |
download | forums-6a29de3f1ba39c6080088198bb63c39b9470fe65.tar forums-6a29de3f1ba39c6080088198bb63c39b9470fe65.tar.gz forums-6a29de3f1ba39c6080088198bb63c39b9470fe65.tar.bz2 forums-6a29de3f1ba39c6080088198bb63c39b9470fe65.tar.xz forums-6a29de3f1ba39c6080088198bb63c39b9470fe65.zip |
[feature/events] Adding simple_header_head acp template event
PHPBB3-9550
Diffstat (limited to 'phpBB/adm/style/simple_header.html')
-rw-r--r-- | phpBB/adm/style/simple_header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html index 0ba445ca2a..9c2e11e718 100644 --- a/phpBB/adm/style/simple_header.html +++ b/phpBB/adm/style/simple_header.html @@ -101,6 +101,7 @@ function find_username(url) // ]]> </script> +<!-- EVENT simple_header_head --> </head> <body class="{S_CONTENT_DIRECTION}"> |