title\" -->\n";
?>
title) .""; ?> |  |
|
nid)) {
$taxlinks = array();
foreach ($terms as $term) {
$taxlinks[] = l($term->name, array("or" => $term->tid), "index");
}
$taxo = $this->links($taxlinks);
}
}
print "bgcolor2\">" . t("Submitted by %a on %b", array("%a" => format_name($node), "%b" => format_date($node->created, "large"))) . " | bgcolor2\" ALIGN=\"center\" NOWRAP>". $taxo ."";
?>
|
teaser) {
echo " ". check_output($node->teaser, 1) ." ";
}
else {
echo "". check_output($node->body, 1) ." ";
}
?>
|
bgcolor3 ."\">bgcolor3 ."\" ALIGN=\"right\" COLSPAN=\"2\">[ ". $this->links($links) ." ] | ";
}
?>
|
cid\">\n";
print "\n\n";
?>
";
echo " | bgcolor1\">";
echo " bgcolor1\">";
echo " ";
// Subject:
echo " ";
echo " hlcolor1\">" . t("Subject") . ": | ";
echo " fgcolor1\">" . check_output($comment->subject) . "";
echo " | ";
// Moderation:
echo " ";
print comment_moderation($comment);
echo " | ";
echo " ";
// Author:
echo " ";
echo " " . t("Author") . ": | " . format_name($comment) . " ";
echo " | ";
echo " ";
// Date
echo " " . t("Date") . ": | ". format_date($comment->timestamp) ." | ";
echo " ";
echo " | ";
echo " ";
// Print body of comment:
if ($comment) echo " bgcolor2\">". check_output($comment->comment, 1) ." | ";
// Print bottom link(s):
echo " bgcolor3\">[ $link ] | ";
echo " ";
?> |