X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost%2Ftheme.php;h=1093a04729c27be483097069bccd656044601849;hb=85dec3cf3090cee93f0e245c7e9969a296ea20a3;hp=3decb2a11857331562c4ffff312a5c54ea2cd46e;hpb=f1a0aeb480542255fd2aae261382a756779b3d98;p=friendica.git diff --git a/view/theme/frost/theme.php b/view/theme/frost/theme.php index 3decb2a118..1093a04729 100644 --- a/view/theme/frost/theme.php +++ b/view/theme/frost/theme.php @@ -10,7 +10,6 @@ */ function frost_init(&$a) { - $a->theme_info = array(); $a->videowidth = 400; $a->videoheight = 330; $a->theme_thread_allow = false; @@ -26,7 +25,7 @@ function frost_content_loaded(&$a) { $a->theme['stylesheet'] = $a->get_baseurl() . '/view/theme/frost/login-style.css'; } if( $a->module === 'login' ) - $a->page['end'] .= ''; + $a->page['end'] .= ''; }