I wonder if anyone can help me, I keep getting the following error on a WordPress theme
Parse error: syntax error, unexpected '&&' (T_BOOLEAN_AND), expecting ')' in /var/sites/t/the-ldc.co.uk/public_html/wp-content/themes/creativ/inc/dynamic/static.css.php on line 123
if(!empty($smof_data['menu_reponsive_icon'] && $smof_data['header_layout'] == '1')){
echo "#zo-header #zo-menu-mobile i, #zo-header .menu-right #filter-menu {
color:".esc_attr($smof_data['menu_reponsive_icon'])." !important;
}\n";
}