diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-08-27 12:50:45 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-09-14 10:10:44 +0300 |
commit | 0a9ba5415c6ce1f69e50f9a7a77929d7ca0b06b8 (patch) | |
tree | f6ba70ab718dcd245aebdce8916007cb049d3f01 /phpBB/adm | |
parent | 4b27ec441ae5fce40733462100431f901c1db8a9 (diff) | |
download | forums-0a9ba5415c6ce1f69e50f9a7a77929d7ca0b06b8.tar forums-0a9ba5415c6ce1f69e50f9a7a77929d7ca0b06b8.tar.gz forums-0a9ba5415c6ce1f69e50f9a7a77929d7ca0b06b8.tar.bz2 forums-0a9ba5415c6ce1f69e50f9a7a77929d7ca0b06b8.tar.xz forums-0a9ba5415c6ce1f69e50f9a7a77929d7ca0b06b8.zip |
[ticket/11795] Replace TWIG with phpBB syntax in ACP
PHPBB3-11795
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/overall_header.html | 2 | ||||
-rw-r--r-- | phpBB/adm/style/simple_header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index f76b4c14af..3a9b6db2a3 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -12,7 +12,7 @@ var jump_page = '{LA_JUMP_PAGE}{L_COLON}'; var on_page = '{ON_PAGE}'; var per_page = '{PER_PAGE}'; -var base_url = '{{ BASE_URL|e('js') }}'; +var base_url = '{BASE_URL|e('js')}'; var menu_state = 'shown'; diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html index 00ad8f677f..9c4c8a2960 100644 --- a/phpBB/adm/style/simple_header.html +++ b/phpBB/adm/style/simple_header.html @@ -12,7 +12,7 @@ var jump_page = '{LA_JUMP_PAGE}{L_COLON}'; var on_page = '{ON_PAGE}'; var per_page = '{PER_PAGE}'; -var base_url = '{{ BASE_URL|e('js') }}'; +var base_url = '{BASE_URL|e('js')}'; /** * Window popup |