]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tag.php
Updated Cloudy theme default avatars and minor CSS
[quix0rs-gnu-social.git] / actions / tag.php
index 3944bea43d8a70b69237dc95c8fff4b1127f4f2b..02f3e35225cca6976fc7efe5a8b0930b346664eb 100644 (file)
@@ -77,6 +77,17 @@ class TagAction extends Action
                               sprintf(_('Feed for tag %s'), $this->tag)));
     }
 
+    /**
+     * Output document relationship links
+     *
+     * @return void
+     */
+    function showRelationshipLinks()
+    {
+        $this->sequenceRelationships($this->page > 1, $this->count > NOTICES_PER_PAGE, // FIXME
+                                     $this->page, 'tag', array('tag' => $this->tag));
+    }
+
     function showPageNotice()
     {
         return sprintf(_('Messages tagged "%s", most recent first'), $this->tag);