diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-08 15:24:23 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-11 15:49:46 -0400 |
commit | f24a8e5b8150bcd892585531585ef46f49db0ef7 (patch) | |
tree | 269f6428b5b0ef4415c28fb3f21b7d25ab736a37 /phpBB/adm/style | |
parent | 3465867a4eee21b62707e9a28ad7831f8677363f (diff) | |
download | forums-f24a8e5b8150bcd892585531585ef46f49db0ef7.tar forums-f24a8e5b8150bcd892585531585ef46f49db0ef7.tar.gz forums-f24a8e5b8150bcd892585531585ef46f49db0ef7.tar.bz2 forums-f24a8e5b8150bcd892585531585ef46f49db0ef7.tar.xz forums-f24a8e5b8150bcd892585531585ef46f49db0ef7.zip |
[ticket/11626] Make identifier uppercase per style requirements
PHPBB3-11626
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_board.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_board.html b/phpBB/adm/style/acp_board.html index cd4c25a756..1a09c4eee6 100644 --- a/phpBB/adm/style/acp_board.html +++ b/phpBB/adm/style/acp_board.html @@ -34,7 +34,7 @@ <!-- IF S_AUTH --> <!-- BEGIN auth_tpl --> - <!-- INCLUDE {auth_tpl.template_file} --> + <!-- INCLUDE {auth_tpl.TEMPLATE_FILE} --> <!-- END auth_tpl --> <!-- ENDIF --> |