mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
Fixed Layout-Wrapper so it can accept dynamic has-sidebar class.
--HG-- branch : dev
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user