winter/modules/backend/layouts/_custom_styles.htm

9 lines
174 B
HTML

<?php
use Backend\Models\BrandSettings;
?>
<?php if (BrandSettings::isConfigured()): ?>
<style>
<?= BrandSettings::renderCss() ?>
</style>
<?php endif ?>