Cleaning out a Classic theme template that didn't really get removed

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-03-02 05:20:02 -08:00
parent 8b2c404480
commit ad2bfffb69

View File

@@ -1,6 +0,0 @@
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<ContentItemViewModel<Orchard.Pages.Models.Page>>" %>
<%@ Import Namespace="Orchard.Mvc.Html"%>
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
<h1><%=Html.TitleForPage(Model.Item.Title)%></h1>
<% Html.Zone("primary");
Html.ZonesAny(); %>