Removing ad-hoc example code from layout. Oops.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045368
This commit is contained in:
loudej
2010-01-13 23:28:10 +00:00
parent be81ee7436
commit 622cb50c02

View File

@@ -5,9 +5,6 @@ Model.Zones.AddRenderPartial("header", "header", Model);
Model.Zones.AddRenderPartial("header:after", "user", Model);
Model.Zones.AddRenderPartial("menu", "menu", Model);
Model.Zones.AddRenderPartial("content:before", "messages", Model.Messages);
Model.Zones.AddAction("content", html=>html.ViewContext.Writer.Write());
%>
<div class="page">
<div id="header"><%Html.Zone("header");%>.ToHtmlString();