X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Ftheme.php;h=b703173bbd9c7484044ff276b4798ba1ccd59dd5;hb=8167e75e6a213db396f2be470801c8a4fda6f0be;hp=298f0df57f51083d835251e4feb1ea877b0c0551;hpb=06815f1a38409e45b0c5e5184c081f964ec89e47;p=friendica.git diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php index 298f0df57f..b703173bbd 100644 --- a/view/theme/vier/theme.php +++ b/view/theme/vier/theme.php @@ -10,6 +10,7 @@ */ use Friendica\App; +use Friendica\Core\System; require_once "include/plugin.php"; require_once "include/socgraph.php"; @@ -129,7 +130,7 @@ function vier_community_info() { $show_lastusers = get_vier_config("show_lastusers", 1); // get_baseurl - $url = App::get_baseurl($ssl_state); + $url = System::baseUrl($ssl_state); $aside['$url'] = $url; // comunity_profiles @@ -235,7 +236,7 @@ function vier_community_info() { 'name' => $contact['name'], 'cid' => $contact['id'], 'selected' => $selected, - 'micro' => App::remove_baseurl(proxy_url($contact['micro'], false, PROXY_SIZE_MICRO)), + 'micro' => System::removedBaseUrl(proxy_url($contact['micro'], false, PROXY_SIZE_MICRO)), 'id' => ++$id, ); $entries[] = $entry;