mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
custom fields i18n finish
This commit is contained in:
@@ -131,7 +131,7 @@ else
|
||||
$time = strftime("%m.%d %H:%M",$arr["date"]);
|
||||
else $time = get_elapsed_time($arr["date"]).$lang_shoutbox['text_ago'];
|
||||
print("<tr><td class=\"shoutrow\"><span class='date'>[".$time."]</span> ".
|
||||
$del ." ". $username." " . format_comment($arr["text"],true,false,true,true,600,true,false)."
|
||||
$del ." ". $username." " . format_comment($arr["text"],true,false,true,true,600,false,false)."
|
||||
</td></tr>\n");
|
||||
}
|
||||
print("</table>");
|
||||
|
||||
Reference in New Issue
Block a user