]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/public.php
Only start daemons that are required, according to the site config. There is the...
[quix0rs-gnu-social.git] / actions / public.php
index 27153f13159daf2c990ba7937cc697e0724ad27f..d2f9da6460f86d0decf408200fb9c4ab8f221e87 100644 (file)
@@ -135,6 +135,17 @@ class PublicAction extends Action
                               _('Public Stream Feed (Atom)')));
     }
 
+    /**
+     * Output document relationship links
+     *
+     * @return void
+     */
+    function showRelationshipLinks()
+    {
+        $this->sequenceRelationships($this->page > 1, $this->count > NOTICES_PER_PAGE, // FIXME
+                                     $this->page, 'public');
+    }
+
     /**
      * Extra head elements
      *