]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/config.php
Merge branch 'develop' into bug/6211-fix-contact-nets-all
[friendica.git] / view / theme / frio / config.php
index 3289618284af93f61d8a410df474961092281997..f73ef3ab0a195114158e75704596b51791343bfa 100644 (file)
@@ -114,7 +114,7 @@ function frio_form($arr)
 
        $background_image_help = '<strong>' . L10n::t('Note') . ': </strong>' . L10n::t('Check image permissions if all users are allowed to see the image');
 
-       $t = get_markup_template('theme_settings.tpl');
+       $t = Renderer::getMarkupTemplate('theme_settings.tpl');
        $ctx = [
                '$submit'           => L10n::t('Submit'),
                '$baseurl'          => System::baseUrl(),