mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
More theming work
Continued work towards making zone classes obsolete Shape table construction per theme Adding display helper to webforms view classes --HG-- branch : theming
This commit is contained in:
4
src/Orchard.Web/Themes/SafeMode/Views/Zone.ascx
Normal file
4
src/Orchard.Web/Themes/SafeMode/Views/Zone.ascx
Normal file
@@ -0,0 +1,4 @@
|
||||
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %>
|
||||
<div class="zone zone-<%:Model.ZoneName %>">
|
||||
<%foreach (var item in Model.Items) {%><%:Display(item)%><%}%>
|
||||
</div>
|
Reference in New Issue
Block a user