diff --git a/plugins/Bookmark/noticebyurl.php b/plugins/Bookmark/noticebyurl.php index 9fc480b62d..226c7a32bf 100644 --- a/plugins/Bookmark/noticebyurl.php +++ b/plugins/Bookmark/noticebyurl.php @@ -80,6 +80,12 @@ class NoticebyurlAction extends Action return true; } + /** + * Title of the page + * + * @return string page title + */ + function title() { if ($this->page == 1) { @@ -104,6 +110,14 @@ class NoticebyurlAction extends Action $this->showPage(); } + /** + * Show main page content. + * + * Shows a list of the notices that link to the given URL + * + * @return void + */ + function showContent() { $nl = new NoticeList($this->notices, $this);