From 537401cf27c2265e79669fc7e09f32de8b65d082 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 16 Aug 2016 22:15:51 -0700 Subject: don't set session theme unless logged in. --- boot.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 19d64bd61..d50ffbc17 100755 --- a/boot.php +++ b/boot.php @@ -2211,6 +2211,9 @@ function construct_page(&$a) { $current_theme = Zotlabs\Render\Theme::current(); + // logger('current_theme: ' . print_r($current_theme,true)); + // Zotlabs\Render\Theme::debug(); + if (($p = theme_include($current_theme[0] . '.js')) != '') head_add_js($p); -- cgit v1.2.3