X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Ftheme.php;h=e758cb65158bd915b550e4ce2cfba95cad486b14;hb=1017e244cae7cb1cfce46fe0d4fdc43fb117885e;hp=482c584be0095f34016be90a7d9712312a94ce92;hpb=ead9d8623683f8ecdbe9b75bb7fd031d89d54ebe;p=friendica.git diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php index 482c584be0..e758cb6515 100644 --- a/view/theme/vier/theme.php +++ b/view/theme/vier/theme.php @@ -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'),