diff --git a/core/templates/layout.base.php b/core/templates/layout.base.php index bae52a732344436c5cdec5b4e5efa57561a7c955..b3e2f4da91cd1b4d6a0818881f9eb7bac5b17b62 100644 --- a/core/templates/layout.base.php +++ b/core/templates/layout.base.php @@ -31,7 +31,7 @@ <?php endforeach; ?> </head> - <body> + <body id="body-public"> <?php print_unescaped($_['content']); ?> </body> </html>