X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost-mobile%2Ftheme.php;h=29a990f7b8604c5bbbf3af20cd9c3d8e84710be4;hb=dfa5183774e24fe2b1a355c9427372d4cd55ea70;hp=dd97045a6894ab8966a8a18254c80c1aff03f22b;hpb=6b6f00c7023303f9b38e785528217308bf9e49ae;p=friendica.git diff --git a/view/theme/frost-mobile/theme.php b/view/theme/frost-mobile/theme.php index dd97045a68..29a990f7b8 100644 --- a/view/theme/frost-mobile/theme.php +++ b/view/theme/frost-mobile/theme.php @@ -10,7 +10,6 @@ */ function frost_mobile_init(&$a) { - $a->theme_info = array(); $a->sourcename = 'Friendica mobile web'; $a->videowidth = 250; $a->videoheight = 200; @@ -28,6 +27,6 @@ function frost_mobile_content_loaded(&$a) { $a->theme['stylesheet'] = $a->get_baseurl() . '/view/theme/frost-mobile/login-style.css'; } if( $a->module === 'login' ) - $a->page['end'] .= ''; + $a->page['end'] .= ''; }