Removing reference to Contoso

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-09-27 17:24:39 -07:00
parent 75089931cf
commit abd22c3dc5

View File

@@ -5,10 +5,6 @@ namespace Orchard.Themes {
public void BuildManifests(ResourceManifestBuilder builder) {
var manifest = builder.Add();
manifest.DefineStyle("ThemesAdmin").SetUrl("orchard-themes-admin.css");
// todo: include and define the min.js version too
// todo: move EasySlider to common location, although it does not appear to be used anywhere right now
manifest.DefineScript("EasySlider").SetUrl("~/themes/contoso/scripts/easySlider.js").SetDependencies("jQuery");
}
}
}