Skip to content

Commit c2b1710

Browse files
committed
Merge #300 [V32] Set macaw color scheme
2 parents f03121c + 9df2446 commit c2b1710

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

core/templates/layout.base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<?php emit_script_loading_tags($_); ?>
2525
<?php print_unescaped($_['headers']); ?>
2626
</head>
27-
<body id="body-public" class="layout-base">
27+
<body id="body-public" class="layout-base" data-scheme="macaw">
2828
<?php include 'layout.noscript.warning.php'; ?>
2929
<?php include 'layout.initial-state.php'; ?>
3030
<div id="content" class="app-public" role="main">

core/templates/layout.guest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</head>
3838
<body id="<?php p($_['bodyid']);?>" <?php foreach ($_['enabledThemes'] as $themeId) {
3939
p("data-theme-$themeId ");
40-
}?> data-themes="<?php p(join(',', $_['enabledThemes'])) ?>">
40+
}?> data-themes="<?php p(join(',', $_['enabledThemes'])) ?>" data-scheme="macaw">
4141
<?php include 'layout.noscript.warning.php'; ?>
4242
<?php include 'layout.initial-state.php'; ?>
4343
<div class="wrapper">

core/templates/layout.public.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</head>
3939
<body id="<?php p($_['bodyid']);?>" <?php foreach ($_['enabledThemes'] as $themeId) {
4040
p("data-theme-$themeId ");
41-
}?> data-themes="<?php p(join(',', $_['enabledThemes'])) ?>">
41+
}?> data-themes="<?php p(join(',', $_['enabledThemes'])) ?>" data-scheme="macaw">
4242
<?php include('layout.noscript.warning.php'); ?>
4343
<?php include('layout.initial-state.php'); ?>
4444
<div id="skip-actions">

core/templates/layout.user.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</head>
5454
<body dir="<?php p($_['direction']); ?>" id="<?php p($_['bodyid']);?>" <?php foreach ($_['enabledThemes'] as $themeId) {
5555
p("data-theme-$themeId ");
56-
}?> data-themes=<?php p(join(',', $_['enabledThemes'])) ?>>
56+
}?> data-themes=<?php p(join(',', $_['enabledThemes'])) ?> data-scheme="macaw">
5757
<?php include 'layout.noscript.warning.php'; ?>
5858
<?php include 'layout.initial-state.php'; ?>
5959

0 commit comments

Comments
 (0)