mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-22 21:02:08 +08:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user