summaryrefslogtreecommitdiff
path: root/include/functions2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-03-14 14:51:12 +0400
committerAndrew Dolgov <[email protected]>2014-03-14 14:51:12 +0400
commit3e8a79be6d49d06c3a11be832123f94e0f212a3e (patch)
tree5a54977750bf971707040c834daa562574357d57 /include/functions2.php
parent2f7918ae2e60dc79c962dd0988e682a9a3726aad (diff)
make_init_params: add theme
Diffstat (limited to 'include/functions2.php')
-rw-r--r--include/functions2.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions2.php b/include/functions2.php
index 57475183a..2cf4af22e 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;