ORIENT/modules/backend/layouts/_custom_styles.htm

8 lines
173 B
HTML

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