add 'body-public' ID to body in base layout so it can be identified via CSS
This commit is contained in:
parent
53f5747ac1
commit
74eb9bea22
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
<?php endforeach; ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body id="body-public">
|
||||
<?php print_unescaped($_['content']); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue