linksbar(); ?>
links(link_page()); ?>
title\" -->\n"; $title = check_output($node->title); $subleft = strtr(t("Submitted by %a on %b"), array("%a" => format_username($node->userid), "%b" => format_date($node->timestamp, "large"))); $subright = node_index($node); $body = check_output($node->body, 1) . ($main ? "
[ " . $this->links(link_node($node)) . " ]
" : ""); print "\n"; } // close node function function comment($comment, $link = "") { echo "cid\">\n"; $author = "" . format_username($comment->userid) . ""; if ($comment->userid) { if ($comment->fake_email) $info[] = format_email($comment->fake_email); if (eregi("http://",$comment->url)) $info[] = format_url($comment->url); if ($info) $author .= "
[ ". implode(" | ",$info) . " ]"; } $body = check_output($comment->comment, 1) . "

[ $link ]
"; print "\n"; } // close comment function function stripbreaks($a) { // helper function for generating the javascripted boxes return str_replace("\n","\\n",str_replace("\r","\\r",$a)); } // close stripbreaks function function box($subject, $content, $region = "main") { print "\n"; } // close box function function footer() { ?>
linksbar(); ?>