Changed to class
This commit is contained in:
parent
07e84976c2
commit
8b34598127
@ -79,7 +79,8 @@ class NoticeList extends Widget
|
|||||||
|
|
||||||
function show()
|
function show()
|
||||||
{
|
{
|
||||||
$this->out->elementStart('ul', array('id' => 'notices'));
|
$this->out->element('h2', null, _('Notices'));
|
||||||
|
$this->out->elementStart('ul', array('class' => 'notices'));
|
||||||
|
|
||||||
$cnt = 0;
|
$cnt = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user