diff --git a/src/Orchard.Web/Themes/SafeMode/Views/Document.cshtml b/src/Orchard.Web/Themes/SafeMode/Views/Document.cshtml deleted file mode 100644 index 694dea582..000000000 --- a/src/Orchard.Web/Themes/SafeMode/Views/Document.cshtml +++ /dev/null @@ -1,23 +0,0 @@ -@using Orchard.Mvc.Html; -@using Orchard.UI.Resources; -@{ - RegisterLink(new LinkEntry {Type = "image/x-icon", Rel = "shortcut icon", Href = Url.Content("~/modules/orchard.themes/Content/orchard.ico")}); - Script.Include("html5.js").UseCondition("lt IE 9").AtHead(); - - string title = Convert.ToString(Model.Title); - string siteName = Convert.ToString(WorkContext.CurrentSite.SiteName); -} - - - - - @Html.Title(title, siteName) - @Display(Model.Head) - - - -@* Layout (template) is in the Body zone @ the default position (nothing, zero, zilch) *@ -@Display(Model.Body) -@Display(Model.Tail) - - \ No newline at end of file diff --git a/src/Orchard.Web/Themes/Themes.csproj b/src/Orchard.Web/Themes/Themes.csproj index d98317d1e..c9fdc1750 100644 --- a/src/Orchard.Web/Themes/Themes.csproj +++ b/src/Orchard.Web/Themes/Themes.csproj @@ -109,7 +109,6 @@ -