diff options
author | David King <imkingdavid@gmail.com> | 2012-12-17 11:23:58 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:37:44 -0500 |
commit | 11035eb4c4fa778bffda277a3a6b10fff4b99e17 (patch) | |
tree | 42f5d8e5f255018abd7c2543a348fbdbf6d4af02 /phpBB | |
parent | 4e8ee1e6b9c6cd254457a45333920607dd488436 (diff) | |
download | forums-11035eb4c4fa778bffda277a3a6b10fff4b99e17.tar forums-11035eb4c4fa778bffda277a3a6b10fff4b99e17.tar.gz forums-11035eb4c4fa778bffda277a3a6b10fff4b99e17.tar.bz2 forums-11035eb4c4fa778bffda277a3a6b10fff4b99e17.tar.xz forums-11035eb4c4fa778bffda277a3a6b10fff4b99e17.zip |
[feature/events] Append "_append" to acp_simple_header_head
PHPBB3-9550
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/adm/style/simple_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html index 21532f1425..6e0c360600 100644 --- a/phpBB/adm/style/simple_header.html +++ b/phpBB/adm/style/simple_header.html @@ -101,7 +101,7 @@ function find_username(url) // ]]> </script> -<!-- EVENT acp_simple_header_head --> +<!-- EVENT acp_simple_header_head_append --> </head> <body class="{S_CONTENT_DIRECTION}"> |