]> git.mxchange.org Git - friendica.git/blobdiff - include/notifier.php
more improvements in twitter handling, reduce duplicates from FB when double friended
[friendica.git] / include / notifier.php
index bd061a0c6ea356137112135d110d5539ea35a3dc..db2542849d1d1d721171609dd1b11e385b92480d 100644 (file)
@@ -191,8 +191,8 @@ function notifier_run($argv, $argc){
                        $contacts = $r;
        }
 
-       $feed_template = file_get_contents('view/atom_feed.tpl');
-       $mail_template = file_get_contents('view/atom_mail.tpl');
+       $feed_template = get_markup_template('atom_feed.tpl');
+       $mail_template = get_markup_template('atom_mail.tpl');
 
        $atom = '';
        $slaps = array();