aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/simple_header.html
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-07-30 12:21:34 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-07-30 12:21:34 +0300
commitc335edc038461449d86c2278cf414f304dcc735b (patch)
tree0f775245695a4c8e32b1612c6b39bc58a529f19e /phpBB/styles/prosilver/template/simple_header.html
parentaf0f5128c6f3ef439b2078f82575f2bde2ecd828 (diff)
downloadforums-c335edc038461449d86c2278cf414f304dcc735b.tar
forums-c335edc038461449d86c2278cf414f304dcc735b.tar.gz
forums-c335edc038461449d86c2278cf414f304dcc735b.tar.bz2
forums-c335edc038461449d86c2278cf414f304dcc735b.tar.xz
forums-c335edc038461449d86c2278cf414f304dcc735b.zip
[ticket/11754] Remove styleswitcher leftovers
PHPBB3-11754
Diffstat (limited to 'phpBB/styles/prosilver/template/simple_header.html')
-rw-r--r--phpBB/styles/prosilver/template/simple_header.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html
index 667698c371..5bdc539f40 100644
--- a/phpBB/styles/prosilver/template/simple_header.html
+++ b/phpBB/styles/prosilver/template/simple_header.html
@@ -14,10 +14,8 @@
var on_page = '{ON_PAGE}';
var per_page = '{PER_PAGE}';
var base_url = '{A_BASE_URL}';
- var style_cookie = 'phpBBstyle';
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