We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e2555 commit c13cbacCopy full SHA for c13cbac
core/templates/layout.guest.php
@@ -35,7 +35,9 @@
35
<?php emit_script_loading_tags($_); ?>
36
<?php print_unescaped($_['headers']); ?>
37
</head>
38
- <body id="<?php p($_['bodyid']);?>">
+ <body id="<?php p($_['bodyid']);?>" <?php foreach ($_['enabledThemes'] as $themeId) {
39
+ p("data-theme-$themeId ");
40
+ }?> data-themes="<?php p(join(',', $_['enabledThemes'])) ?>">
41
<?php include 'layout.noscript.warning.php'; ?>
42
<?php include 'layout.initial-state.php'; ?>
43
<div class="wrapper">
0 commit comments