itself.
Signed-off-by: Roland Haeder <roland@mxchange.org>
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;
*/
function decaf_mobile_init(&$a) {
- $a->theme_info = array();
$a->sourcename = 'Friendica mobile web';
$a->videowidth = 250;
$a->videoheight = 200;
function duepuntozero_init(&$a) {
-$a->theme_info = array();
set_template_engine($a, 'smarty3');
$colorset = get_pconfig( local_user(), 'duepuntozero','colorset');
<?php
function facepark_init(&$a) {
-$a->theme_info = array();
set_template_engine($a, 'smarty3');
$a->page['htmlhead'] .= <<< EOT
*/
function frost_mobile_init(&$a) {
- $a->theme_info = array();
$a->sourcename = 'Friendica mobile web';
$a->videowidth = 250;
$a->videoheight = 200;
*/
function frost_init(&$a) {
- $a->theme_info = array();
$a->videowidth = 400;
$a->videoheight = 330;
$a->theme_thread_allow = false;
*/
function quattro_init(&$a) {
- $a->theme_info = array();
-
$a->page['htmlhead'] .= '<script src="'.$a->get_baseurl().'/view/theme/quattro/tinycon.min.js"></script>';
$a->page['htmlhead'] .= '<script src="'.$a->get_baseurl().'/view/theme/quattro/js/quattro.js"></script>';;
}
*/
function smoothly_init(&$a) {
- $a->theme_info = array();
set_template_engine($a, 'smarty3');
$cssFile = null;
set_template_engine($a, 'smarty3');
- $a->theme_info = array();
-
if ($a->argv[0].$a->argv[1] === "profile".$a->user['nickname'] or $a->argv[0] === "network" && local_user()) {
vier_community_info();