Fixed Layout-Wrapper so it can accept dynamic has-sidebar class.

--HG--
branch : dev
This commit is contained in:
Michael Dorian Bach
2010-10-14 12:03:45 -07:00
parent 39adeb5f5a
commit 71e61fd3df

View File

@@ -22,9 +22,12 @@
}
Model.Id = "layout-wrapper";
var tag = Tag (Model, "div");
}
<div id="layout-wrapper">
@tag.StartElement
@* needs to be the page title, not page (head) title... *@
@* Adds text and html to the header zone *@
@@ -85,4 +88,4 @@
</footer>
}
</div>
@tag.EndElement