ORIENT/modules/backend/layouts/_custom_styles.htm

9 lines
182 B
HTML

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