From cc8a11eee2c0f8c190ac421542845bfc3ae0b5c4 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 7 Nov 2012 14:09:51 -0800 Subject: allow theme selection --- boot.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index d9d99b278..105bad381 100644 --- a/boot.php +++ b/boot.php @@ -405,8 +405,9 @@ if(! class_exists('App')) { public $account = null; // account record - private $channel = null; // channel record - private $observer = null; // xchan record + public $channel = null; // channel record + public $observer = null; // xchan record + private $perms = null; // observer permissions private $widgets = array(); // widgets for this page @@ -440,6 +441,7 @@ if(! class_exists('App')) { public $identities; public $css_sources = array(); public $js_sources = array(); + public $theme_info = array(); public $nav_sel; -- cgit v1.2.3