mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00

Continued work towards making zone classes obsolete Shape table construction per theme Adding display helper to webforms view classes --HG-- branch : theming
5 lines
191 B
Plaintext
5 lines
191 B
Plaintext
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %>
|
|
<div class="zone zone-<%:Model.ZoneName %>">
|
|
<%foreach (var item in Model.Items) {%><%:Display(item)%><%}%>
|
|
</div>
|