X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fpublic.php;h=d2f9da6460f86d0decf408200fb9c4ab8f221e87;hb=d5c45aae43a23e026cf7dad2cf9063d101f93b63;hp=5a380de9a8bb984ddf03b579febb03e348c6c147;hpb=533a463879e574f53fb84dd977e9d72a75023451;p=quix0rs-gnu-social.git diff --git a/actions/public.php b/actions/public.php index 5a380de9a8..d2f9da6460 100644 --- a/actions/public.php +++ b/actions/public.php @@ -56,7 +56,7 @@ class PublicAction extends Action var $page = null; - function isReadOnly() + function isReadOnly($args) { return true; } @@ -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 *