From 7e80b04c2cb830aa3de0a9e1f83fc371d2c9b7cc Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 20 Jan 2003 20:56:34 +0000 Subject: - Removed theme goofy from CVS. --- themes/goofy/goofy.theme | 182 ----------------------------------------------- 1 file changed, 182 deletions(-) delete mode 100644 themes/goofy/goofy.theme (limited to 'themes/goofy/goofy.theme') diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme deleted file mode 100644 index ac6764c54..000000000 --- a/themes/goofy/goofy.theme +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - <?php echo ($title ? ($title . " - ") : "") . variable_get(site_name, "drupal"); ?> - - - - - - - - - - - - - -
Powered by Drupal
-linksbar(); ?> -
- - - - - - - - - - - - - - - - - -
links(link_page()); ?>
-title\" -->\n"; - $title = $node->title; - $subleft = strtr(t("Submitted by %a on %b"), array("%a" => format_name($node), "%b" => format_date($node->created, "large"))); - if (function_exists("taxonomy_node_get_terms")) { - if ($terms = taxonomy_node_get_terms($node->nid)) { - $taxlinks = array(); - foreach ($terms as $term) { - $taxlinks[] = l($term->name, NULL, array(), "or=$term->tid"); - } - $subright = $this->links($taxlinks); - } - } - - if ($main && $node->teaser) { - $body = check_output($node->teaser); - } - else { - $body = check_output($node->body); - } - - if ($links = link_node($node, $main)) { - $body .= "
[ " . $this->links($links) . " ]
"; - } - - print "\n"; - } // close node function - - - function comment($comment, $link = "") { - $author = "" . format_name($comment) . ""; - $body = check_output($comment->comment) . "

[ $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(); ?> -
- - - -- cgit v1.2.3