| @@ -25,9 +25,9 @@ | ||
| 25 | 25 | if (isset($styles) && is_array($styles) && !empty($enqueue_prefix)) { |
| 26 | 26 | Vite::printAllStyles($styles, $enqueue_prefix.'_styles'); |
| 27 | 27 | } |
| 28 | 28 | ?> |
| 29 | -<body> | |
| 29 | +<body class="<?php echo esc_attr(implode(' ', \FluentCart\App\Services\Theme\FrontendTheme::bodyClasses([]))); ?>"> | |
| 30 | 30 | |
| 31 | 31 | <div style="width: 100%; box-sizing: border-box"> |
| 32 | 32 | <?php echo $content; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> |
| 33 | 33 | </div> |