]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Tos.php
Merge pull request #6225 from annando/http-error
[friendica.git] / src / Module / Tos.php
index 5553fb6869a506b2b4535f23b03bbf77e7195306..170371ad46140ef6e5aa0143f49ba6a902e8c89c 100644 (file)
@@ -65,7 +65,7 @@ class Tos extends BaseModule
         * @return string
         **/
        public static function content() {
-               $tpl = get_markup_template('tos.tpl');
+               $tpl = Renderer::getMarkupTemplate('tos.tpl');
                if (Config::get('system', 'tosdisplay')) {
                        return Renderer::replaceMacros($tpl, [
                                '$title' => L10n::t('Terms of Service'),