Moderator: Moderators

$last_post .= '<a href="' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . '=' . $forum_data[$j]['forum_last_post_id']) . '#' . $forum_data[$j]['forum_last_post_id'] . '"><img src="' . $images['icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_post'] . '" title="' . $lang['View_latest_post'] . '" /></a>'; // Censor Titles
$topic_title = ( count($orig_word) ) ? preg_replace($orig_word, $replacement_word, $forum_data[$j]['topic_title']) : $forum_data[$j]['topic_title'];
// Shorten the topic title
$last_topic_title = ( strlen($topic_title) > 64 ) ? substr($topic_title, 0, 64) . '...' : $topic_title;


Users browsing this forum: No registered users and 82 guests