Files
Orchard/src/Orchard.Web/Views/Home/Index.ascx
skewed 1e06318269 Some layout work and fixed a layout bug (extra closing div left in) in the user admin index page.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044428
2009-12-22 00:22:04 +00:00

5 lines
333 B
Plaintext

<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %>
<%@ Import Namespace="Orchard.Mvc.Html"%>
<% Html.AddTitleParts("Home Page"); %>
<h2><%= Html.Encode(ViewData["Message"]) %></h2>
<p>To learn more about ASP.NET MVC visit <a href="http://asp.net/mvc" title="ASP.NET MVC Website">http://asp.net/mvc</a>.</p>