|
title); ?>
|
format_username($story->userid), "%b" => format_date($story->timestamp, "large")));
?>
|
section) ."\">". check_output($story->section) ."";
?>
|
". check_output($story->abstract, 1) ."";
if ($reply)
echo " ". check_output($story->article, 1) ." ";
?>
|
|
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 " | ";
// Moderation:
echo " ";
echo comment_moderation($comment);
echo " | ";
echo " ";
// Author:
echo " ";
echo " ". t("Author") .": | ". format_username($comment->userid);
// 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 = "") {
?>
|
|