diff --git a/src/Orchard.Web/Core/Common/Views/EditorTemplates/Parts/Common.Routable.ascx b/src/Orchard.Web/Core/Common/Views/EditorTemplates/Parts/Common.Routable.ascx index 9d1fa0f18..3b6a81b84 100644 --- a/src/Orchard.Web/Core/Common/Views/EditorTemplates/Parts/Common.Routable.ascx +++ b/src/Orchard.Web/Core/Common/Views/EditorTemplates/Parts/Common.Routable.ascx @@ -1,8 +1,8 @@ <%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %> +<%@ Import Namespace="Orchard.Utility.Extensions"%> <%@ Import Namespace="Orchard.ContentManagement.Extenstions"%> <%@ Import Namespace="Orchard.ContentManagement"%> <%@ Import Namespace="Orchard.ContentManagement.Aspects"%> -<%@ Import Namespace="Orchard.Extensions"%> <%@ Import Namespace="Orchard.Core.Common.ViewModels"%> <% Html.RegisterFootScript("jquery.slugify.js"); %>
diff --git a/src/Orchard.Web/Themes/Contoso/Views/Layout.HomePage.ascx b/src/Orchard.Web/Themes/Contoso/Views/Layout.HomePage.ascx index 8aa8d9b38..d72869286 100644 --- a/src/Orchard.Web/Themes/Contoso/Views/Layout.HomePage.ascx +++ b/src/Orchard.Web/Themes/Contoso/Views/Layout.HomePage.ascx @@ -11,18 +11,18 @@ %>
- + <%-- Header --%> <% Html.Zone("header"); %> - + <%-- Main Menu --%> - + <%-- Home Hero --%>
- + <%-- Init jQuery Slider --%>