diff options
author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-07-22 21:25:57 +0100 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:37:28 -0500 |
commit | 3c8fb03785d14785ab2ddeb2da0aeae48ced1e16 (patch) | |
tree | ec12be81d9a5fd6c1fdfe67d2a213e975dd0dcda /phpBB/adm/style/simple_header.html | |
parent | b95549a7a7c9bcac72764f03ab453749b9ba3ae2 (diff) | |
download | forums-3c8fb03785d14785ab2ddeb2da0aeae48ced1e16.tar forums-3c8fb03785d14785ab2ddeb2da0aeae48ced1e16.tar.gz forums-3c8fb03785d14785ab2ddeb2da0aeae48ced1e16.tar.bz2 forums-3c8fb03785d14785ab2ddeb2da0aeae48ced1e16.tar.xz forums-3c8fb03785d14785ab2ddeb2da0aeae48ced1e16.zip |
[feature/events] Adding acp prefix to acp event names
PHPBB3-9550
Diffstat (limited to 'phpBB/adm/style/simple_header.html')
-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 9c2e11e718..21532f1425 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 simple_header_head --> +<!-- EVENT acp_simple_header_head --> </head> <body class="{S_CONTENT_DIRECTION}"> |