X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fconfig.php;h=562a9ff5f1c67f854c4c5f34ddbced0b5cc67f50;hb=4e9236e9e999a19d5346d8d19088b167f8e42e09;hp=b4c24a365b5092e5349a6dd303275957f39178c2;hpb=ead9d8623683f8ecdbe9b75bb7fd031d89d54ebe;p=friendica.git diff --git a/view/theme/quattro/config.php b/view/theme/quattro/config.php index b4c24a365b..562a9ff5f1 100644 --- a/view/theme/quattro/config.php +++ b/view/theme/quattro/config.php @@ -69,7 +69,7 @@ function quattro_form(App $a, $align, $color, $tfs, $pfs) { } $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"),