|
|
@ -628,7 +628,9 @@ foreach ($posts as $post) { |
|
|
|
$search = [ |
|
|
|
$search = [ |
|
|
|
get_lang('ReplyShort'), |
|
|
|
get_lang('ReplyShort'), |
|
|
|
'Re:', |
|
|
|
'Re:', |
|
|
|
|
|
|
|
'RE:', |
|
|
|
'AW:', |
|
|
|
'AW:', |
|
|
|
|
|
|
|
'Aw:', |
|
|
|
]; |
|
|
|
]; |
|
|
|
$replace = '<span>'.Display::returnFontAwesomeIcon('mail-reply').'</span>'; |
|
|
|
$replace = '<span>'.Display::returnFontAwesomeIcon('mail-reply').'</span>'; |
|
|
|
$post['post_title'] = str_replace($search, $replace, $post['post_title']); |
|
|
|
$post['post_title'] = str_replace($search, $replace, $post['post_title']); |
|
|
|