diff --git a/theme/classic/theme.php b/theme/classic/theme.php index 1181a69..b8505a5 100644 --- a/theme/classic/theme.php +++ b/theme/classic/theme.php @@ -23,5 +23,9 @@ $theme['name']="Classic"; $theme['description']="A classic colour scheme"; $theme['author']="James Grant "; + $theme['css']=array( + "sfiab.css", + "jquery-ui-1.7.2.custom.css" + ); ?>