diff options
-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%"> |