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 ----------------------------------------- themes/goofy/images/drupal.png | Bin 3625 -> 0 bytes themes/goofy/images/gr-d.png | Bin 162 -> 0 bytes themes/goofy/images/gr-dl.png | Bin 275 -> 0 bytes themes/goofy/images/gr-dr.png | Bin 294 -> 0 bytes themes/goofy/images/gr-l.png | Bin 153 -> 0 bytes themes/goofy/images/gr-r.png | Bin 152 -> 0 bytes themes/goofy/images/gr-u.png | Bin 161 -> 0 bytes themes/goofy/images/gr-ul.png | Bin 254 -> 0 bytes themes/goofy/images/gr-ur.png | Bin 288 -> 0 bytes themes/goofy/images/lg-d.png | Bin 162 -> 0 bytes themes/goofy/images/lg-dl.png | Bin 270 -> 0 bytes themes/goofy/images/lg-dr.png | Bin 295 -> 0 bytes themes/goofy/images/lg-l.png | Bin 153 -> 0 bytes themes/goofy/images/lg-r.png | Bin 152 -> 0 bytes themes/goofy/images/lg-u.png | Bin 160 -> 0 bytes themes/goofy/images/lg-ul.png | Bin 243 -> 0 bytes themes/goofy/images/lg-ur.png | Bin 284 -> 0 bytes themes/goofy/images/logo.png | Bin 18085 -> 0 bytes themes/goofy/images/null.gif | Bin 807 -> 0 bytes themes/goofy/images/or-d.png | Bin 184 -> 0 bytes themes/goofy/images/or-dl.png | Bin 393 -> 0 bytes themes/goofy/images/or-dr.png | Bin 427 -> 0 bytes themes/goofy/images/or-l.png | Bin 173 -> 0 bytes themes/goofy/images/or-r.png | Bin 171 -> 0 bytes themes/goofy/images/or-u.png | Bin 183 -> 0 bytes themes/goofy/images/or-ul.png | Bin 370 -> 0 bytes themes/goofy/images/or-ur.png | Bin 441 -> 0 bytes 28 files changed, 182 deletions(-) delete mode 100644 themes/goofy/goofy.theme delete mode 100644 themes/goofy/images/drupal.png delete mode 100644 themes/goofy/images/gr-d.png delete mode 100644 themes/goofy/images/gr-dl.png delete mode 100644 themes/goofy/images/gr-dr.png delete mode 100644 themes/goofy/images/gr-l.png delete mode 100644 themes/goofy/images/gr-r.png delete mode 100644 themes/goofy/images/gr-u.png delete mode 100644 themes/goofy/images/gr-ul.png delete mode 100644 themes/goofy/images/gr-ur.png delete mode 100644 themes/goofy/images/lg-d.png delete mode 100644 themes/goofy/images/lg-dl.png delete mode 100644 themes/goofy/images/lg-dr.png delete mode 100644 themes/goofy/images/lg-l.png delete mode 100644 themes/goofy/images/lg-r.png delete mode 100644 themes/goofy/images/lg-u.png delete mode 100644 themes/goofy/images/lg-ul.png delete mode 100644 themes/goofy/images/lg-ur.png delete mode 100644 themes/goofy/images/logo.png delete mode 100644 themes/goofy/images/null.gif delete mode 100644 themes/goofy/images/or-d.png delete mode 100644 themes/goofy/images/or-dl.png delete mode 100644 themes/goofy/images/or-dr.png delete mode 100644 themes/goofy/images/or-l.png delete mode 100644 themes/goofy/images/or-r.png delete mode 100644 themes/goofy/images/or-u.png delete mode 100644 themes/goofy/images/or-ul.png delete mode 100644 themes/goofy/images/or-ur.png 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(); ?> -
- - - diff --git a/themes/goofy/images/drupal.png b/themes/goofy/images/drupal.png deleted file mode 100644 index 7f2c0f886..000000000 Binary files a/themes/goofy/images/drupal.png and /dev/null differ diff --git a/themes/goofy/images/gr-d.png b/themes/goofy/images/gr-d.png deleted file mode 100644 index 644f6ecf1..000000000 Binary files a/themes/goofy/images/gr-d.png and /dev/null differ diff --git a/themes/goofy/images/gr-dl.png b/themes/goofy/images/gr-dl.png deleted file mode 100644 index 3a979dc8a..000000000 Binary files a/themes/goofy/images/gr-dl.png and /dev/null differ diff --git a/themes/goofy/images/gr-dr.png b/themes/goofy/images/gr-dr.png deleted file mode 100644 index 889f89791..000000000 Binary files a/themes/goofy/images/gr-dr.png and /dev/null differ diff --git a/themes/goofy/images/gr-l.png b/themes/goofy/images/gr-l.png deleted file mode 100644 index 506ec6ec0..000000000 Binary files a/themes/goofy/images/gr-l.png and /dev/null differ diff --git a/themes/goofy/images/gr-r.png b/themes/goofy/images/gr-r.png deleted file mode 100644 index 7f46a8eb7..000000000 Binary files a/themes/goofy/images/gr-r.png and /dev/null differ diff --git a/themes/goofy/images/gr-u.png b/themes/goofy/images/gr-u.png deleted file mode 100644 index ce6ac5026..000000000 Binary files a/themes/goofy/images/gr-u.png and /dev/null differ diff --git a/themes/goofy/images/gr-ul.png b/themes/goofy/images/gr-ul.png deleted file mode 100644 index fae5e12dc..000000000 Binary files a/themes/goofy/images/gr-ul.png and /dev/null differ diff --git a/themes/goofy/images/gr-ur.png b/themes/goofy/images/gr-ur.png deleted file mode 100644 index e8845d655..000000000 Binary files a/themes/goofy/images/gr-ur.png and /dev/null differ diff --git a/themes/goofy/images/lg-d.png b/themes/goofy/images/lg-d.png deleted file mode 100644 index 554e64b62..000000000 Binary files a/themes/goofy/images/lg-d.png and /dev/null differ diff --git a/themes/goofy/images/lg-dl.png b/themes/goofy/images/lg-dl.png deleted file mode 100644 index df3047a1d..000000000 Binary files a/themes/goofy/images/lg-dl.png and /dev/null differ diff --git a/themes/goofy/images/lg-dr.png b/themes/goofy/images/lg-dr.png deleted file mode 100644 index 81b4e3fa9..000000000 Binary files a/themes/goofy/images/lg-dr.png and /dev/null differ diff --git a/themes/goofy/images/lg-l.png b/themes/goofy/images/lg-l.png deleted file mode 100644 index 00ece7601..000000000 Binary files a/themes/goofy/images/lg-l.png and /dev/null differ diff --git a/themes/goofy/images/lg-r.png b/themes/goofy/images/lg-r.png deleted file mode 100644 index 2ceccfa47..000000000 Binary files a/themes/goofy/images/lg-r.png and /dev/null differ diff --git a/themes/goofy/images/lg-u.png b/themes/goofy/images/lg-u.png deleted file mode 100644 index beec57de9..000000000 Binary files a/themes/goofy/images/lg-u.png and /dev/null differ diff --git a/themes/goofy/images/lg-ul.png b/themes/goofy/images/lg-ul.png deleted file mode 100644 index 48e94e36d..000000000 Binary files a/themes/goofy/images/lg-ul.png and /dev/null differ diff --git a/themes/goofy/images/lg-ur.png b/themes/goofy/images/lg-ur.png deleted file mode 100644 index 9a929cfa8..000000000 Binary files a/themes/goofy/images/lg-ur.png and /dev/null differ diff --git a/themes/goofy/images/logo.png b/themes/goofy/images/logo.png deleted file mode 100644 index 7d87aa99d..000000000 Binary files a/themes/goofy/images/logo.png and /dev/null differ diff --git a/themes/goofy/images/null.gif b/themes/goofy/images/null.gif deleted file mode 100644 index c8897e749..000000000 Binary files a/themes/goofy/images/null.gif and /dev/null differ diff --git a/themes/goofy/images/or-d.png b/themes/goofy/images/or-d.png deleted file mode 100644 index 223984f96..000000000 Binary files a/themes/goofy/images/or-d.png and /dev/null differ diff --git a/themes/goofy/images/or-dl.png b/themes/goofy/images/or-dl.png deleted file mode 100644 index dd7807af6..000000000 Binary files a/themes/goofy/images/or-dl.png and /dev/null differ diff --git a/themes/goofy/images/or-dr.png b/themes/goofy/images/or-dr.png deleted file mode 100644 index 2c5fd231d..000000000 Binary files a/themes/goofy/images/or-dr.png and /dev/null differ diff --git a/themes/goofy/images/or-l.png b/themes/goofy/images/or-l.png deleted file mode 100644 index dce2f2ca0..000000000 Binary files a/themes/goofy/images/or-l.png and /dev/null differ diff --git a/themes/goofy/images/or-r.png b/themes/goofy/images/or-r.png deleted file mode 100644 index 9dc2bac42..000000000 Binary files a/themes/goofy/images/or-r.png and /dev/null differ diff --git a/themes/goofy/images/or-u.png b/themes/goofy/images/or-u.png deleted file mode 100644 index 156e10639..000000000 Binary files a/themes/goofy/images/or-u.png and /dev/null differ diff --git a/themes/goofy/images/or-ul.png b/themes/goofy/images/or-ul.png deleted file mode 100644 index 085d5c313..000000000 Binary files a/themes/goofy/images/or-ul.png and /dev/null differ diff --git a/themes/goofy/images/or-ur.png b/themes/goofy/images/or-ur.png deleted file mode 100644 index 1804a560e..000000000 Binary files a/themes/goofy/images/or-ur.png and /dev/null differ -- cgit v1.2.3