]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/outbox.php
add design classes
[quix0rs-gnu-social.git] / actions / outbox.php
index c8d7f28125e6bd539c6edd0fc1fb72379919847c..deef1cc870f5ef9a7ef6c2643be3f59a1f116958 100644 (file)
@@ -62,6 +62,17 @@ class OutboxAction extends MailboxAction
         }
     }
 
+    /**
+     * Output document relationship links
+     *
+     * @return void
+     */
+    function showRelationshipLinks()
+    {
+        $this->sequenceRelationships($this->page > 1, $this->count > NOTICES_PER_PAGE, // FIXME
+                                     $this->page, 'outbox', array('nickname' => $this->user->nickname));
+    }
+
     /**
      * retrieve the messages for this user and this page
      *