diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-08-19 19:34:04 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-08-19 19:34:04 -0400 |
commit | cf93d9c3b42a4ab1dd9c4199b3b0711cc41b2dbb (patch) | |
tree | 3bd937f447fc0a4e57c9e9b4a88074eabf0c1e5d /boot.php | |
parent | 40a7d3821098c095a01e2a30b2b49c53bb38e2cf (diff) | |
parent | e4244c0cac301c63e5f69cde24c889e15500d89e (diff) | |
download | volse-hubzilla-cf93d9c3b42a4ab1dd9c4199b3b0711cc41b2dbb.tar.gz volse-hubzilla-cf93d9c3b42a4ab1dd9c4199b3b0711cc41b2dbb.tar.bz2 volse-hubzilla-cf93d9c3b42a4ab1dd9c4199b3b0711cc41b2dbb.zip |
Merge remote-tracking branch 'upstream/dev' into website-export
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |