Merge pull request #7402 from MrPetovan/bug/7401-node-settings-style

Ensures node theme settings are used to render theme embed
This commit is contained in:
Michael Vogel 2019-07-18 06:32:40 +02:00 committed by GitHub
commit dcebf53ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ class Embed extends BaseAdminModule
}
}
// Overrides normal theme style include to strip user param to show embedded theme settings
Renderer::$theme['stylesheet'] = 'view/theme/' . $theme . '/style.pcss';
$t = Renderer::getMarkupTemplate('admin/addons/embed.tpl');
return Renderer::replaceMacros($t, [
'$action' => '/admin/themes/' . $theme . '/embed?mode=minimal',