@php $headerLayout = theme_option('header_layout', 'container'); $headerLayout = in_array($headerLayout, ['container', 'full-width']) ? $headerLayout : 'container'; $headerTopStartSidebar = dynamic_sidebar('header_top_start_sidebar'); $headerTopEndSidebar = dynamic_sidebar('header_top_end_sidebar'); $bgColor = theme_option('header_top_background_color', '#f5eeff'); $textColor = theme_option('header_top_text_color', '#000000'); @endphp