Bring back title to DocAction
This commit is contained in:
parent
b209dcf8a7
commit
0bd0c65b87
@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user