Browse Source

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

tags/v7.0.0alpha2
Jan-Christoph Borchardt 10 years ago
parent
commit
74eb9bea22
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/templates/layout.base.php

+ 1
- 1
core/templates/layout.base.php View File

@@ -31,7 +31,7 @@
<?php endforeach; ?>
</head>

<body>
<body id="body-public">
<?php print_unescaped($_['content']); ?>
</body>
</html>

Loading…
Cancel
Save