aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-08-16 22:15:51 -0700
committerredmatrix <git@macgirvin.com>2016-08-16 22:15:51 -0700
commit537401cf27c2265e79669fc7e09f32de8b65d082 (patch)
treefd46c26c992b85b54da3a52e2a1de4e70468a9ad /boot.php
parentb2eede891ae6ce2db0911ca75649a0a2a3c60212 (diff)
downloadvolse-hubzilla-537401cf27c2265e79669fc7e09f32de8b65d082.tar.gz
volse-hubzilla-537401cf27c2265e79669fc7e09f32de8b65d082.tar.bz2
volse-hubzilla-537401cf27c2265e79669fc7e09f32de8b65d082.zip
don't set session theme unless logged in.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php3
1 files changed, 3 insertions, 0 deletions
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);