]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/config.php
attachment preview: mv some js functions from frio to the linkPreview to make linkPre...
[friendica.git] / view / theme / duepuntozero / config.php
index dedf418a28e2aaed97e170774be29f02c7d836f5..430fa7f60c59a679b3551be6534cf6a7beff5288 100644 (file)
@@ -67,7 +67,7 @@ function clean_form(App $a, &$colorset, $user)
                $color = Config::get('duepuntozero', 'colorset');
        }
 
-       $t = get_markup_template("theme_settings.tpl");
+       $t = Renderer::getMarkupTemplate("theme_settings.tpl");
        $o = Renderer::replaceMacros($t, [
                '$submit'   => L10n::t('Submit'),
                '$baseurl'  => System::baseUrl(),