]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/theme.php
Frio: add template for admin/users
[friendica.git] / view / theme / vier / theme.php
index 482c584be0095f34016be90a7d9712312a94ce92..e758cb65158bd915b550e4ce2cfba95cad486b14 100644 (file)
@@ -138,7 +138,7 @@ function vier_community_info()
        $show_lastusers  = get_vier_config("show_lastusers", 1);
 
        // get_baseurl
-       $url = System::baseUrl($ssl_state);
+       $url = System::baseUrl();
        $aside['$url'] = $url;
 
        // comunity_profiles
@@ -215,6 +215,7 @@ function vier_community_info()
 
        //Community_Pages at right_aside
        if ($show_pages && local_user()) {
+               $cid = null;
                if (x($_GET, 'cid') && intval($_GET['cid']) != 0) {
                        $cid = $_GET['cid'];
                }
@@ -247,7 +248,7 @@ function vier_community_info()
 
                        $tpl = get_markup_template('widget_forumlist_right.tpl');
 
-                       $page .= replace_macros(
+                       $page = replace_macros(
                                $tpl,
                                [
                                        '$title'          => L10n::t('Forums'),