|
" nowrap> |
title) .""; ?>
|
" nowrap> |
|
". strtr(t("$how by %a on %b"), array("%a" => format_username($node->userid), "%b" => format_date($node->timestamp), "large")) ."";
?>
|
". node_index($node) ."";
?>
". check_output($node->body, 1) ." ";
?>
|
links($links, $main);
?>
|
|
|
cid\">\n";
// Create comment header:
echo " ";
echo " ";
echo " ";
echo " ";
echo " ";
echo " ";
echo " ";
echo " ";
echo " ";
echo " ";
// Subject:
echo " ";
echo " ";
echo " ". t("Subject") .":";
echo " | ";
echo " ";
echo " ". check_output($comment->subject) ."";
echo " ";
echo " | ";
// Moderation:
echo " ";
echo " ";
echo comment_moderation($comment);
echo " ";
echo " | ";
echo " ";
// Author:
echo " ";
echo " ". t("Author") .": | ". format_username($comment->userid) ." ";
if ($comment->userid) {
// Display extra information line:
if ($comment->fake_email) $info .= format_email($comment->fake_email);
if (eregi("http://",$comment->url)) $info .= " | " . format_url($comment->url);
}
// Date:
echo " on ". format_date($comment->timestamp) ."";
echo " | ";
echo " ";
echo " ";
echo " | ";
echo " ";
// Print body of comment:
if ($comment) echo "
". check_output($comment->comment, 1) ." |
";
// Print bottom link(s):
echo " [ $link ] | ";
echo " ";
echo " | ";
echo " ";
echo " ";
echo " | ";
echo " ";
echo " ";
echo " ";
} // close comment function
function box($subject, $content, $options = "") {
$img = (rand(0, 50) == 25) ? "boxbottomright2.gif" : "boxbottomright1.gif";
$width = rand(10, 200);
$img2 = (rand(0, 100) == 50) ? "boxtopleftside2.gif" : "boxtopleftside1.gif";
?>
|
|
|
|
|
|
|
|
|
";
echo $content;
echo "";
}
?>
|
|
|
|
|
|
|