Skip to content
Snippets Groups Projects
Commit 08cfe4b6 authored by Robin Appelman's avatar Robin Appelman
Browse files

stylesheets have .css as extention, not .js

parent 4c0d6dc9
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ class OC_TEMPLATE{
}
}
foreach(OC_UTIL::$styles as $style){
if(is_file("$SERVERROOT/apps/$style.js" )){
if(is_file("$SERVERROOT/apps/$style.css" )){
$page->append( "cssfiles", "$WEBROOT/apps/$style.css" );
}else{
$page->append( "cssfiles", "$WEBROOT/$style.css" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment