@php /* WARNING: sem pridejo samo CSS spremenljivke, ker se ta blade včita PO tem, ko se včita web.scss */ // ugotovi color_profile $color_profile = App\Classes\Utilities::multiFindRow(App\Classes\Prefs::$web_color_profiles, 'id', $page->page_color_profile ?? App\Classes\Prefs::$web_default_color_profile, false); // ugotovi color_set $color_set = App\Classes\Utilities::multiFindRow(App\Classes\Prefs::$web_color_sets, 'id', App\Classes\Prefs::$web_default_color_set, false); if($color_set) { $color_set = App\Models\Page::convertColorSet($color_set, $color_profile); } @endphp