add 'body-public' ID to body in base layout so it can be identified via CSS

This commit is contained in:
Jan-Christoph Borchardt 2014-03-14 11:08:16 +01:00
parent 53f5747ac1
commit 74eb9bea22
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<?php endforeach; ?>
</head>
<body>
<body id="body-public">
<?php print_unescaped($_['content']); ?>
</body>
</html>