NoticeTitle plugin: link the post title to detail view of the post
This commit is contained in:
parent
5c19d33b27
commit
5c2b073a50
@ -221,7 +221,9 @@ class NoticeTitlePlugin extends Plugin
|
||||
$title = Notice_title::fromNotice($nli->notice);
|
||||
|
||||
if (!empty($title)) {
|
||||
$nli->out->element('h4', array('class' => 'notice_title'), $title);
|
||||
$nli->out->elementStart('h4', array('class' => 'notice_title'));
|
||||
$nli->out->element('a', array('href' => $nli->notice->bestUrl()), $title);
|
||||
$nli->out->elementEnd('h4');
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user