". theme_link() ."\n"; ?>
title\" -->\n"; print "\n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; if (node_links($links, $node, $main)) { print " \n"; } print "
\"\"   ". check_output($node->title) ."
\"\"
". strtr(t("Submitted by %a on %b"), array("%a" => format_username($node->userid), "%b" => format_date($node->timestamp, "large"))); ?>". node_index($node) ."
 

". check_output($node->body, 1) ."

 
". $this->links($links, $main) ."
\n"; print "

\n\n"; } function comment($comment, $link = "") { print "cid\">\n"; // Create comment header: print "\n"; print " \n"; print " \n"; print " \n"; print "
\n"; print " \n"; print " \n"; print " \n"; print " \n"; // Print body of comment: if ($comment->comment) { print " \n"; } // Print bottom link(s): print " \n"; print "
\n"; print " \n"; print " \n"; // Subject: print " \n"; print " \n"; // Moderation: print " \n"; print " \n"; // Author: print " \n"; print " \n"; print " \n"; // Date print " \n"; print " \n"; print " \n"; print "
". t("Subject") .":". check_output($comment->subject) ."\n"; print comment_moderation($comment); print "
". t("Author") .":". format_username($comment->userid) ."
". t("Date") .":". format_date($comment->timestamp) ."
\n"; print "
". check_output($comment->comment, 1) ."
[ $link ]
\n"; print "
\n"; print "
\n\n"; } function box($subject, $content, $options = "") { print "\n\n"; print "\n"; print " \n"; print " \n"; print " \n"; print "
\n"; print " \n"; print " \n"; print " \n"; print "
$subject
$content
\n"; print "
\n"; print "
\n\n"; } function footer() { ?>
[ ". theme_link() ." ]

". variable_get("site_footer", "") ."

\n"; ?>