]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/replies.php
add design classes
[quix0rs-gnu-social.git] / actions / replies.php
index eac4d0a3aeeda3622eec4bcbaec8a787fbbe82ac..dfb520d64974ae5c104e8f9e8c5b7caeab400e09 100644 (file)
@@ -138,6 +138,17 @@ class RepliesAction extends Action
         return array(new Feed(Feed::RSS1, $rssurl, $rsstitle));
     }
 
+    /**
+     * Output document relationship links
+     *
+     * @return void
+     */
+    function showRelationshipLinks()
+    {
+        $this->sequenceRelationships($this->page > 1, $this->count > NOTICES_PER_PAGE, // FIXME
+                                     $this->page, 'replies', array('nickname' => $this->user->nickname));
+    }
+
     /**
      * show the personal group nav
      *