mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-23 04:43:35 +08:00
Adding page classification (aka class names for the body tag).
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045161
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
Html.Zone("head", ":metas :styles :scripts"); %>
|
||||
<script type="text/javascript">window.document.documentElement.className="dyn"</script>
|
||||
</head>
|
||||
<body><%
|
||||
<body class="<%=Html.ClassForPage() %>"><%
|
||||
Html.ZoneBody("body"); %>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user