]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge pull request #2398 from annando/1603-fontawesome4
[friendica.git] / boot.php
index 44fbcda735dfcf814b7f39f1091cd0bcf90c2055..0a2f5c50cdff406c0d3d585e3ca8683639c00afd 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -465,11 +465,12 @@ class App {
        public  $plugins;
        public  $apps = array();
        public  $identities;
-       public  $is_mobile;
-       public  $is_tablet;
+       public  $is_mobile = false;
+       public  $is_tablet = false;
        public  $is_friendica_app;
        public  $performance = array();
        public  $callstack = array();
+       public  $theme_info = array();
 
        public $nav_sel;