mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Adding a script dependency to TheAdmin's layaout
--HG-- branch : dev
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
@{
|
@{
|
||||||
Style.Include("site.css");
|
Style.Include("site.css");
|
||||||
Script.Require("jQuery");
|
Script.Require("jQuery");
|
||||||
|
Script.Require("ShapesBase");
|
||||||
Script.Include("admin.js");
|
Script.Include("admin.js");
|
||||||
RegisterLink(new LinkEntry { Condition = "lte IE 8", Rel = "stylesheet", Type = "text/css", Href = Url.Content("../Styles/ie.css") }.AddAttribute("media", "screen, projection"));
|
RegisterLink(new LinkEntry { Condition = "lte IE 8", Rel = "stylesheet", Type = "text/css", Href = Url.Content("../Styles/ie.css") }.AddAttribute("media", "screen, projection"));
|
||||||
RegisterLink(new LinkEntry { Condition = "lte IE 6", Rel = "stylesheet", Type = "text/css", Href = Url.Content("../Styles/ie6.css") }.AddAttribute("media", "screen, projection"));
|
RegisterLink(new LinkEntry { Condition = "lte IE 6", Rel = "stylesheet", Type = "text/css", Href = Url.Content("../Styles/ie6.css") }.AddAttribute("media", "screen, projection"));
|
||||||
|
Reference in New Issue
Block a user