From 5d0e5923b1e0191292c7e3429dfd27791c2e2f68 Mon Sep 17 00:00:00 2001 From: Aleksei Miheev Date: Sun, 5 Jan 2014 13:44:08 +0000 Subject: [PATCH] use fixed style by default --- Sources/Load.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Load.php b/Sources/Load.php index 8ff9da1..d95e046 100644 --- a/Sources/Load.php +++ b/Sources/Load.php @@ -727,6 +727,7 @@ function loadTheme($ID_THEME = 0, $initialize = true) $settings = $themeData[0]; $options = $themeData[$member]; + if (! isset($options['style_width'])) $options['style_width'] = 'fixed'; //HACK: update DB if cookie has different seting if (isset ($_COOKIE['style_width']) AND