Bring back title to DocAction

This commit is contained in:
Mikael Nordfeldth 2015-09-15 14:26:33 +02:00
parent b209dcf8a7
commit 0bd0c65b87
1 changed files with 6 additions and 6 deletions

View File

@ -57,6 +57,11 @@ class DocAction extends ManagedAction
$this->loadDoc(); $this->loadDoc();
} }
public function title()
{
return ucfirst($this->title);
}
/** /**
* Display content. * Display content.
* *
@ -71,12 +76,7 @@ class DocAction extends ManagedAction
function showNoticeForm() function showNoticeForm()
{ {
// no title // no notice form
}
function showPageTitle()
{
// no title
} }
/** /**