]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/favorited.php
add design classes
[quix0rs-gnu-social.git] / actions / favorited.php
index c902d80f5387e2e5c4f9f50a770864380c9cbd94..7e31303e3b87ea11fa71e8046cab24ea3a729d53 100644 (file)
@@ -221,4 +221,15 @@ class FavoritedAction extends Action
         $this->pagination($this->page > 1, $cnt > NOTICES_PER_PAGE,
                           $this->page, 'favorited');
     }
+
+    /**
+     * Output document relationship links
+     *
+     * @return void
+     */
+    function showRelationshipLinks()
+    {
+        $this->sequenceRelationships($this->page > 1, $this->count > NOTICES_PER_PAGE, // FIXME
+                                     $this->page, 'favorited');
+    }
 }