]> git.mxchange.org Git - friendica.git/blobdiff - mod/manage.php
replace macros
[friendica.git] / mod / manage.php
index b98fcac6f747bae0c58254b5aa2348dfd0f86d81..20ed7e294889ee9231d978b129c4ca62ceaef5d7 100644 (file)
@@ -6,6 +6,7 @@ use Friendica\App;
 use Friendica\Core\Authentication;
 use Friendica\Core\Addon;
 use Friendica\Core\L10n;
+use Friendica\Core\Renderer;
 use Friendica\Core\System;
 use Friendica\Database\DBA;
 
@@ -176,7 +177,7 @@ function manage_content(App $a) {
                $identities[$key]['notifications'] = $notifications;
        }
 
-       $o = replace_macros(get_markup_template('manage.tpl'), [
+       $o = Renderer::replaceMacros(get_markup_template('manage.tpl'), [
                '$title' => L10n::t('Manage Identities and/or Pages'),
                '$desc' => L10n::t('Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'),
                '$choose' => L10n::t('Select an identity to manage: '),