]> git.mxchange.org Git - friendica.git/blobdiff - mod/notifications.php
Merge remote-tracking branch 'friendika/master'
[friendica.git] / mod / notifications.php
index 6c3e67cb42a717b95a9f9267db5844fd7b90edcd..9761a944d7a4d1125f9bf4df9738852388e56549 100644 (file)
@@ -93,7 +93,7 @@ function notifications_content(&$a) {
 
 
 
-
+       
        if( (($a->argc > 1) && ($a->argv[1] == 'intros')) || (($a->argc == 1))) {
                nav_set_selected('introductions');
                if(($a->argc > 2) && ($a->argv[2] == 'all'))
@@ -206,6 +206,7 @@ function notifications_content(&$a) {
                return $o;
                                
        } else if (($a->argc > 1) && ($a->argv[1] == 'network')) {
+               
                $notif_tpl = get_markup_template('notifications.tpl');
                
                $r = q("SELECT `item`.`id`,`item`.`parent`, `item`.`verb`, `item`.`author-name`,