mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-09 21:01:00 +00:00
i18n(alliance): render alliance news-feed notices in each reader's language (EN/FR/RO) (#238)
This commit is contained in:
@@ -64,7 +64,7 @@ if (!empty($noticeArray)) {
|
||||
|
||||
echo "<tr>
|
||||
|
||||
<td class=\"event\">" . html_entity_decode($notice['comment'], ENT_QUOTES, 'UTF-8') . "</td>
|
||||
<td class=\"event\">" . html_entity_decode(tz_expand_report($notice['comment']), ENT_QUOTES, 'UTF-8') . "</td>
|
||||
|
||||
<td class=\"dat\">" .
|
||||
$date[0] . " " . $date[1] .
|
||||
|
||||
Reference in New Issue
Block a user