aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-11-22 20:03:47 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-11-22 20:03:47 +0000
commitd2f4a17ebf957e570bc8a47619f1d0ca11966b68 (patch)
treee5c2d2a51cdae3a4d54c19a61669fc85f25281cd /phpBB/styles
parentc831a3edce4d0f1b0a358b0201f689fe23ca2628 (diff)
downloadforums-d2f4a17ebf957e570bc8a47619f1d0ca11966b68.tar
forums-d2f4a17ebf957e570bc8a47619f1d0ca11966b68.tar.gz
forums-d2f4a17ebf957e570bc8a47619f1d0ca11966b68.tar.bz2
forums-d2f4a17ebf957e570bc8a47619f1d0ca11966b68.tar.xz
forums-d2f4a17ebf957e570bc8a47619f1d0ca11966b68.zip
define cookie var for styleswitcher.js for popups (Bug #36765)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9080 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/simple_header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html
index 5acf19f000..d14f89935e 100644
--- a/phpBB/styles/prosilver/template/simple_header.html
+++ b/phpBB/styles/prosilver/template/simple_header.html
@@ -19,6 +19,7 @@
var onload_functions = new Array();
var onunload_functions = new Array();
+ var style_cookie_settings = '{A_COOKIE_SETTINGS}';
/**
* New function for handling multiple calls to window.onload and window.unload by pentapenguin