]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/config.php
Fix indentation
[friendica.git] / view / theme / vier / config.php
index 044c6445f2cc6a2eb578f2523fd9a144396fb048..80225eb08dd943c33b7256e89f0d308d66cae8b6 100644 (file)
@@ -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"),