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:
skewed
2010-01-08 22:07:54 +00:00
parent b98f7a9607
commit d3b1eb4dc5
7 changed files with 55 additions and 1 deletions

View File

@@ -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>