mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
9 lines
174 B
HTML
9 lines
174 B
HTML
<?php
|
|
use Backend\Models\BrandSettings;
|
|
?>
|
|
<?php if (BrandSettings::isConfigured()): ?>
|
|
<style>
|
|
<?= BrandSettings::renderCss() ?>
|
|
</style>
|
|
<?php endif ?>
|