X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Ftheme.php;h=fcbb148dc7a3518c5eacf3ac194b143e1e089a85;hb=b9325251e89db94439a670a32cd1d00f3db848d3;hp=887ef1c1298a32e2e5840870ef56a8d4f4e5ecbe;hpb=b83393070270814a0a943939750b3a2c5564c7cb;p=friendica.git diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php index 887ef1c129..fcbb148dc7 100644 --- a/view/theme/vier/theme.php +++ b/view/theme/vier/theme.php @@ -12,60 +12,37 @@ use Friendica\App; use Friendica\Content\ForumManager; use Friendica\Core\Addon; -use Friendica\Core\Config; -use Friendica\Core\L10n; -use Friendica\Core\PConfig; -use Friendica\Core\System; +use Friendica\Core\Renderer; +use Friendica\Core\Search; use Friendica\Database\DBA; +use Friendica\DI; use Friendica\Model\Contact; use Friendica\Model\GContact; use Friendica\Util\Proxy as ProxyUtils; +use Friendica\Util\Strings; function vier_init(App $a) { $a->theme_events_in_profile = false; - $a->setActiveTemplateEngine('smarty3'); + Renderer::setActiveTemplateEngine('smarty3'); - if (!empty($a->argv[0]) && $a->argv[0] . defaults($a->argv, 1, '') === "profile".$a->user['nickname'] || $a->argv[0] === "network" && local_user()) { + if (!empty($a->argv[0]) && ($a->argv[0] . ($a->argv[1] ?? '')) === ('profile' . $a->user['nickname']) || $a->argv[0] === 'network' && local_user()) { vier_community_info(); - $a->page['htmlhead'] .= "\n"; + DI::page()['htmlhead'] .= "\n"; } - if ($a->is_mobile || $a->is_tablet) { - $a->page['htmlhead'] .= ''."\n"; - $a->page['htmlhead'] .= ''."\n"; + if (DI::mode()->isMobile() || DI::mode()->isMobile()) { + DI::page()['htmlhead'] .= ''."\n"; + DI::page()['htmlhead'] .= ''."\n"; } /// @todo deactivated since it doesn't work with desktop browsers at the moment - //$a->page['htmlhead'] .= ''."\n"; + //DI::page()['htmlhead'] .= ''."\n"; - $a->page['htmlhead'] .= <<< EOT + DI::page()['htmlhead'] .= <<< EOT EOT; - if ($a->is_mobile || $a->is_tablet) { - $a->page['htmlhead'] .= <<< EOT + if (DI::mode()->isMobile() || DI::mode()->isMobile()) { + DI::page()['htmlhead'] .= <<< EOT