]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/doc.php
Merge branch 'nightly' of git.gnu.io:gnu/gnu-social into mmn_fixes
[quix0rs-gnu-social.git] / actions / doc.php
index e0fd21fcefc3821a00503939223d80f91a21fc5a..694544dd038c0a02ce6ec47e15bcdb835546535d 100644 (file)
@@ -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
     }
 
     /**