diff options
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 962f4b452..1779c70f2 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -195,6 +195,17 @@ class ShowstreamAction extends Action $this->user->nickname))); } + /** + * Output document relationship links + * + * @return void + */ + function showRelationshipLinks() + { + $this->sequenceRelationships($this->page > 1, $this->count > NOTICES_PER_PAGE, // FIXME + $this->page, 'showstream', array('nickname' => $this->user->nickname)); + } + function extraHead() { // FOAF |