{$title} "; if($section == "external-news") { $output .= " - + {$rank}"; } $output .= " {$comments} {$lang[35]} "; if($section == "press") { $output .= "
+{$upvotes}
"; } $output .= "
"; return $output; } function template_post($post) { $first = ($post['ParentId'] == 0) ? " forum-post-first" : ""; $user = utf8entities(stripslashes($post['Name'])); $body = nl2br(utf8entities(stripslashes($post['Body']))); $date = date("F j, Y H:i:s", strtotime($post['Posted'])); $output = "
{$body}
"; return $output; } function template_captcha() { global $recaptcha_pubkey; return "
>
" . recaptcha_get_html($recaptcha_pubkey); } ?>