Changed notice source and location order
This commit is contained in:
parent
2697812809
commit
d1893a1ca9
@ -199,8 +199,8 @@ class NoticeListItem extends Widget
|
|||||||
{
|
{
|
||||||
$this->out->elementStart('div', 'entry-content');
|
$this->out->elementStart('div', 'entry-content');
|
||||||
$this->showNoticeLink();
|
$this->showNoticeLink();
|
||||||
$this->showNoticeLocation();
|
|
||||||
$this->showNoticeSource();
|
$this->showNoticeSource();
|
||||||
|
$this->showNoticeLocation();
|
||||||
$this->showContext();
|
$this->showContext();
|
||||||
$this->out->elementEnd('div');
|
$this->out->elementEnd('div');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user