Changed notice source and location order

This commit is contained in:
Sarven Capadisli 2009-11-19 14:27:20 +00:00
parent 2697812809
commit d1893a1ca9

View File

@ -199,8 +199,8 @@ class NoticeListItem extends Widget
{
$this->out->elementStart('div', 'entry-content');
$this->showNoticeLink();
$this->showNoticeLocation();
$this->showNoticeSource();
$this->showNoticeLocation();
$this->showContext();
$this->out->elementEnd('div');
}