]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/config.php
Merge pull request #6704 from tobiasd/20190220-credits
[friendica.git] / view / theme / quattro / config.php
index 562a9ff5f1c67f854c4c5f34ddbced0b5cc67f50..cdef0eeaacfe039d7080fb0658ea9a83bc140b18 100644 (file)
@@ -7,6 +7,7 @@ use Friendica\App;
 use Friendica\Core\Config;
 use Friendica\Core\L10n;
 use Friendica\Core\PConfig;
+use Friendica\Core\Renderer;
 use Friendica\Core\System;
 
 function theme_content(App $a) {
@@ -68,8 +69,8 @@ function quattro_form(App $a, $align, $color, $tfs, $pfs) {
                $pfs = "12";
        }
 
-       $t = get_markup_template("theme_settings.tpl" );
-       $o = replace_macros($t, [
+       $t = Renderer::getMarkupTemplate("theme_settings.tpl" );
+       $o = Renderer::replaceMacros($t, [
                '$submit'  => L10n::t('Submit'),
                '$baseurl' => System::baseUrl(),
                '$title'   => L10n::t("Theme settings"),