allow theme selection

This commit is contained in:
friendica
2012-11-07 14:09:51 -08:00
parent 7501717d2e
commit cc8a11eee2
19 changed files with 11076 additions and 105 deletions

View File

@@ -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;