admin design module
This commit is contained in:
parent
5b873e73ea
commit
5f92e67e7f
@ -1,10 +1,9 @@
|
|||||||
<?
|
<?php
|
||||||
use Modules\Main\Models\Design;
|
use Modules\Main\Models\Design;
|
||||||
define('DESIGN_PARAMETERS', Design::getParameters());
|
define('DESIGN_PARAMETERS', Design::getParameters());
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<style>
|
<style>
|
||||||
@if(DESIGN_PARAMETERS['page_color'])
|
@if(array_key_exists('page_color', DESIGN_PARAMETERS))
|
||||||
#app, html {
|
#app, html {
|
||||||
background-color: {{ DESIGN_PARAMETERS['page_color'] }};
|
background-color: {{ DESIGN_PARAMETERS['page_color'] }};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user