![]() linksbar(); ?> |
||||||||||
[ " . $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(); ?> |