fix loading of plugin defined stylesheets

This commit is contained in:
Robin Appelman 2010-09-19 12:20:39 +02:00
parent 3c1cdee910
commit a23c74bdbc
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ foreach(OC_UTIL::$scripts as $script){
echo("<script type='text/ecmascript' src='$WEBROOT/$script'></script>\n");
}
foreach(OC_UTIL::$styles as $style){
echo("<link rel='stylesheet' type='text/css' href='$style'/>\n");
echo("<link rel='stylesheet' type='text/css' href='$WEBROOT/$style'/>\n");
}
?>
<script type='text/ecmascript'>