]> git.mxchange.org Git - friendica.git/blobdiff - mod/notify.php
Prepearations for queueing of twitter messages
[friendica.git] / mod / notify.php
index 3abc1185cffc06eb3b44d2970b8f6de6595c30cd..b4d60a747c0bb5fcf871f9775c8fb8b909e5932c 100644 (file)
@@ -61,14 +61,9 @@ function notify_content(&$a) {
                        $notif_content .= t('No more system notifications.');
                }
                
-               $includes = array(
-                       '$common_tabs' => 'common_tabs.tpl',
-               );
-               $includes = set_template_includes($a->theme['template_engine'], $includes);
-
-               $o .= replace_macros($notif_tpl,$includes + array(
+               $o .= replace_macros($notif_tpl, array(
                        '$notif_header' => t('System Notifications'),
-                       '$tabs_data' => '', // $tabs,
+                       '$tabs' => '', // $tabs,
                        '$notif_content' => $notif_content,
                ));