| Code: |
|
$blockinfo['content'] .= "<a href=\"" . $link_url . "viewtopic&p=$post_id#" . $post_id . "\" title=\"" . _GOTO_POST . "\"><img style=\"border:0px\" src=\"modules/$ModName/images/" . $replyicon . ".gif\" alt=\"" . _GOTO_POST . "\"/></a> ";
$blockinfo['content'] .= "<a href=\"" . $link_url . "viewtopic&t=" . $topic_id . "\" title=\"" . $cat_title . '/' . $forum_name . '/' . $topic_subject . "\">" . $topic_subject . "</a> <strong>" . _TOPIC_REPLIES . "</strong> (" . $post_replies . ") <strong>" . _TOPIC_VIEWS . "</strong> (" . $post_views . ")</span><br />"; $blockinfo['content'] .= " <span style=\"color: #666666;\"><i>" . _POST_BY . " <a href=\"" . $profile_url . "\">" . $username_short . "</a> in <a href=\"" . $link_url . "viewforum&f=$forum_id\">$forum_name </a>"; if ($vars['display_date']) { $blockinfo['content'] .= "<strong>" . _POST_ON . "</strong> " . $post_date; } if ($vars['display_date']) { $blockinfo['content'] .= "<strong>" . _POST_AT . "</strong> " . $post_time; |