From: Andrew Dolgov Date: Fri, 14 Mar 2014 10:51:12 +0000 (+0400) Subject: make_init_params: add theme X-Git-Tag: 1.12~6 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=3e8a79be6d49d06c3a11be832123f94e0f212a3e make_init_params: add theme --- diff --git a/include/functions2.php b/include/functions2.php index 57475183..2cf4af22 100644 --- a/include/functions2.php +++ b/include/functions2.php @@ -17,6 +17,7 @@ $params["default_view_order_by"] = get_pref("_DEFAULT_VIEW_ORDER_BY"); $params["bw_limit"] = (int) $_SESSION["bw_limit"]; $params["label_base_index"] = (int) LABEL_BASE_INDEX; + $params["theme"] = get_pref("USER_CSS_THEME", false, false); $params["php_platform"] = PHP_OS; $params["php_version"] = PHP_VERSION;