]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/config.php
Merge pull request #4907 from rabuzarus/20180421_frio_some_missing_admin_templates
[friendica.git] / view / theme / quattro / config.php
index b4c24a365b5092e5349a6dd303275957f39178c2..562a9ff5f1c67f854c4c5f34ddbced0b5cc67f50 100644 (file)
@@ -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"),