X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fconfig.php;h=80225eb08dd943c33b7256e89f0d308d66cae8b6;hb=362654abf06ed2974d2ce5878011ecf1fe05e203;hp=044c6445f2cc6a2eb578f2523fd9a144396fb048;hpb=30c1cc0e8cec5438fd8fe36bd4ea00991dc01934;p=friendica.git diff --git a/view/theme/vier/config.php b/view/theme/vier/config.php index 044c6445f2..80225eb08d 100644 --- a/view/theme/vier/config.php +++ b/view/theme/vier/config.php @@ -71,7 +71,7 @@ function theme_admin(App $a) { $helperlist = "https://forum.friendi.ca/profile/helpers"; $t = get_markup_template("theme_admin_settings.tpl"); - $o .= replace_macros($t, [ + $o = replace_macros($t, [ '$helperlist' => ['vier_helperlist', L10n::t('Comma separated list of helper forums'), $helperlist, '', ''], ]); @@ -115,7 +115,7 @@ function vier_form(App $a, $style, $show_pages, $show_profiles, $show_helpers, $ $show_or_not = ['0' => L10n::t("don't show"), '1' => L10n::t("show"),]; $t = get_markup_template("theme_settings.tpl"); - $o .= replace_macros($t, [ + $o = replace_macros($t, [ '$submit' => L10n::t('Submit'), '$baseurl' => System::baseUrl(), '$title' => L10n::t("Theme settings"),