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