summaryrefslogtreecommitdiff
path: root/actions/public.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-04-15 11:35:43 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-04-15 11:35:43 -0400
commit55d7bb4701ca39fb8f4b859b19defdfc7af0142c (patch)
treeea91f02ddda166c66991bf25d284079978c53f1f /actions/public.php
parent3cc94cc0bc2a57a08be63ecb274e7d2428ed6298 (diff)
parent573d4cf0fbc8f4ef5fb07e291f4a2b3dc0636ef5 (diff)
Merge branch '0.7.x' into 0.8.x
Diffstat (limited to 'actions/public.php')
-rw-r--r--actions/public.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/actions/public.php b/actions/public.php
index 27153f131..d2f9da646 100644
--- a/actions/public.php
+++ b/actions/public.php
@@ -136,6 +136,17 @@ class PublicAction extends Action
}
/**
+ * 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
*
* We include a <meta> element linking to the publicxrds page, for OpenID