has_picture) {
return "id>";
} else {
return "";
}
}
// show UOTD in a small box
//
function show_uotd() {
$profile = get_current_uotd();
if ($profile) {
$user = lookup_user_id($profile->userid);
echo "
"; echo uotd_thumbnail($profile, $user); echo " | ";
echo user_links($user)." "; echo sub_sentence(output_transform(strip_bbcode(no_pres(strip_tags($profile->response1)))), ' ', 150, true); echo " |