From: Mikael Nordfeldth Date: Tue, 15 Sep 2015 12:26:33 +0000 (+0200) Subject: Bring back title to DocAction X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0bd0c65b876656ff86e7aadd4aae354842f3a92c;p=quix0rs-gnu-social.git Bring back title to DocAction --- diff --git a/actions/doc.php b/actions/doc.php index e0fd21fcef..694544dd03 100644 --- a/actions/doc.php +++ b/actions/doc.php @@ -57,6 +57,11 @@ class DocAction extends ManagedAction $this->loadDoc(); } + public function title() + { + return ucfirst($this->title); + } + /** * Display content. * @@ -71,12 +76,7 @@ class DocAction extends ManagedAction function showNoticeForm() { - // no title - } - - function showPageTitle() - { - // no title + // no notice form } /**