]> git.mxchange.org Git - friendica.git/blobdiff - mod/notify.php
Rewrite Proxy module
[friendica.git] / mod / notify.php
index b7e2faf1c98ad722f39e5517246393520d87c342..959b581d59a25942b19cb824ec4b11cd1e479a8a 100644 (file)
@@ -60,9 +60,9 @@ function notify_content(App $a)
 
        $nm = new NotificationsManager();
 
-       $notif_tpl = get_markup_template('notifications.tpl');
+       $notif_tpl = Renderer::getMarkupTemplate('notifications.tpl');
 
-       $not_tpl = get_markup_template('notify.tpl');
+       $not_tpl = Renderer::getMarkupTemplate('notify.tpl');
 
        $r = $nm->getAll(['seen'=>0]);
        if (DBA::isResult($r) > 0) {