make_init_params: add theme
This commit is contained in:
parent
2f7918ae2e
commit
3e8a79be6d
|
@ -17,6 +17,7 @@
|
||||||
$params["default_view_order_by"] = get_pref("_DEFAULT_VIEW_ORDER_BY");
|
$params["default_view_order_by"] = get_pref("_DEFAULT_VIEW_ORDER_BY");
|
||||||
$params["bw_limit"] = (int) $_SESSION["bw_limit"];
|
$params["bw_limit"] = (int) $_SESSION["bw_limit"];
|
||||||
$params["label_base_index"] = (int) LABEL_BASE_INDEX;
|
$params["label_base_index"] = (int) LABEL_BASE_INDEX;
|
||||||
|
$params["theme"] = get_pref("USER_CSS_THEME", false, false);
|
||||||
|
|
||||||
$params["php_platform"] = PHP_OS;
|
$params["php_platform"] = PHP_OS;
|
||||||
$params["php_version"] = PHP_VERSION;
|
$params["php_version"] = PHP_VERSION;
|
||||||
|
|
Loading…
Reference in New Issue