<?php echo $site_name; ?> logo
linksbar(); ?>
subject\" -->\n"; ?>
subject); ?>
format_username($story->userid), "%b" => format_date($story->timestamp, "large"))); ?>
section) ."\">$story->section"; ?>

abstract, 1) ."

"; if ($story->updates) echo t("Editor's note by editor\">$story->editor") .":". check_output($story->updates, 1) ."

"; if ($reply) echo check_output($story->article, 1); ?>

box("Comment Control","
".comment_controls()."
"); } function comment($comment, $link = "") { echo "cid\">\n"; ?> "; echo " "; // Moderation: echo " "; echo " "; // Author: echo " "; echo " "; echo " "; // Date echo " "; echo "
"; // Subject: echo "
" . t("Subject") . ": 
" . check_output($comment->subject) . "
" . comment_moderation($comment) . "
" . t("Author") . ": 
" . format_username($comment->userid) . ""; if ($comment->userid != $anonymous) { // Display extra information line: if ($comment->fake_email) $info .= format_email($comment->fake_email); if (eregi("http://",$comment->url)) $info .= ($info?" | ":"") . format_url($comment->url); if ($info) echo "
[ $info ]"; } echo "
" . t("Date:") . " 
". format_date($comment->timestamp) ."
"; ?>
comment, 1); echo "

[ $link ]
"; ?>


linksbar(); ?>