]> git.mxchange.org Git - friendica.git/blobdiff - mod/manage.php
get markup template
[friendica.git] / mod / manage.php
index 20ed7e294889ee9231d978b129c4ca62ceaef5d7..f92a9454903ac5ddd11684886965afa67e71c2ce 100644 (file)
@@ -177,7 +177,7 @@ function manage_content(App $a) {
                $identities[$key]['notifications'] = $notifications;
        }
 
-       $o = Renderer::replaceMacros(get_markup_template('manage.tpl'), [
+       $o = Renderer::replaceMacros(Renderer::getMarkupTemplate('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: '),