]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/replies.php
add design classes
[quix0rs-gnu-social.git] / actions / replies.php
index 2769cb4227c05ea2796167a6e61a07913de4a4a0..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
      *
@@ -196,7 +207,7 @@ class RepliesAction extends Action
         $this->elementEnd('div');
     }
 
-    function isReadOnly()
+    function isReadOnly($args)
     {
         return true;
     }