diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-03-23 17:10:35 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-03-23 17:10:35 +0000 |
commit | 33845fa17b71b9f5ebe465fa443cd9cfd04fe3fa (patch) | |
tree | ff5fd52e62128f4e0aebd26cb558f5a9d20d0344 | |
parent | ea01dd25b923150addaa6c1e7c1860f0e281ac98 (diff) | |
download | brdo-33845fa17b71b9f5ebe465fa443cd9cfd04fe3fa.tar.gz brdo-33845fa17b71b9f5ebe465fa443cd9cfd04fe3fa.tar.bz2 |
oops
-rw-r--r-- | themes/goofy/goofy.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme index 9c2953a7a..74769b1f8 100644 --- a/themes/goofy/goofy.theme +++ b/themes/goofy/goofy.theme @@ -20,7 +20,7 @@ <html> <head> <title><?php echo $site_name; ?></title> - <link rel="stylesheet" type="text/css" href="themes/goofy/goofy.css" title="Goofy Stylesheet"> + <link rel="stylesheet" type="text/css" href="themes/goofy/style.css" title="Goofy Stylesheet"> </head> <body> <table border="0" cellspacing="3" cellpadding="0" width="100%"> |