SiteNoticeInSidebar widget did not define divId()
This commit is contained in:
parent
9ef224fceb
commit
8cfe72c683
|
@ -60,6 +60,11 @@ class SiteNoticeSection extends Section
|
||||||
return _('Site notice');
|
return _('Site notice');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function divId()
|
||||||
|
{
|
||||||
|
return 'site_notice';
|
||||||
|
}
|
||||||
|
|
||||||
function showContent()
|
function showContent()
|
||||||
{
|
{
|
||||||
$this->out->raw($this->text);
|
$this->out->raw($this->text);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user