X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Ftheme.php;h=887ef1c1298a32e2e5840870ef56a8d4f4e5ecbe;hb=50da89d861dce3b648c8f9e5c1e4c480ee320a43;hp=22060c6a4919efd759e4d304740c0feb42cd0319;hpb=e36f2bb1fb3439e9993c7568e57140c4f954b772;p=friendica.git diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php index 22060c6a49..887ef1c129 100644 --- a/view/theme/vier/theme.php +++ b/view/theme/vier/theme.php @@ -11,23 +11,23 @@ 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\Database\DBM; +use Friendica\Database\DBA; +use Friendica\Model\Contact; use Friendica\Model\GContact; -use Friendica\Model\Profile; - -require_once "include/plugin.php"; -require_once "mod/proxy.php"; - -function vier_init(App $a) { +use Friendica\Util\Proxy as ProxyUtils; +function vier_init(App $a) +{ $a->theme_events_in_profile = false; - $a->set_template_engine('smarty3'); + $a->setActiveTemplateEngine('smarty3'); - if ($a->argv[0].$a->argv[1] === "profile".$a->user['nickname'] || $a->argv[0] === "network" && local_user()) { + if (!empty($a->argv[0]) && $a->argv[0] . defaults($a->argv, 1, '') === "profile".$a->user['nickname'] || $a->argv[0] === "network" && local_user()) { vier_community_info(); $a->page['htmlhead'] .= "\n"; @@ -84,7 +84,7 @@ function cmtBbClose(id) { EOT; - if ($a->is_mobile || $a->is_tablet){ + if ($a->is_mobile || $a->is_tablet) { $a->page['htmlhead'] .= <<< EOT