"1:#:".$jkl['cw44'].":#:0:#:0:#:contact_custom_logo", "2" => "3:#:".$jkl['cw35'].":#:Yes,No:#:0:#:contact_phone_required", "3" => "5:#:".$jkl['cw36'].":#:blue,green,orange,red,pink,grey:#:0:#:contact_colour_theme", "4" => "5:#:".$jkl['cw37'].":#:animate__fadeIn,animate__flash,animate__pulse,animate__headShake,animate__slideInUp,animate__slideInRight:#:0:#:contact_animation"); } else { // Check the vars for this start $contact_animate = "animate__fadeIn"; $contact_custom = ""; $btn_custom = "blue"; $contact_logo = ''; // We can have custom online icon if (isset($widgetsettings[$widgetid]['contact_animation']) && !empty($widgetsettings[$widgetid]['contact_animation'])) { $contact_animate = $widgetsettings[$widgetid]['contact_animation']; } // We can have custom online icon if (isset($widgetsettings[$widgetid]['contact_colour_theme']) && !empty($widgetsettings[$widgetid]['contact_colour_theme']) && $widgetsettings[$widgetid]['contact_colour_theme'] != "blue") { $contact_custom = " ".$widgetsettings[$widgetid]['contact_colour_theme']; $btn_custom = $widgetsettings[$widgetid]['contact_colour_theme']; } // We can have custom online icon if (isset($widgetsettings[$widgetid]['contact_custom_logo']) && !empty($widgetsettings[$widgetid]['contact_custom_logo'])) { $contact_logo = 'logo'; } // Let's get the header welcome message $headermsg = ''; if (empty($headermsg)) { if (!empty($HD_ANSWERS) && is_array($HD_ANSWERS)) foreach ($HD_ANSWERS as $v) { $msgtype = 8; if ($v["msgtype"] == $msgtype && $v["lang"] == $BT_LANGUAGE && $v["department"] == 0) { $phold = array("%operator%","%client%","%email%"); $replace = array("", "", JAK_EMAIL); $headermsg = str_replace($phold, $replace, $v["message"]); } } } // Big or small if (isset($page1) && $page1 == "big") { $livecode = '

'.$headermsg.'

'.(isset($jakwidget[$widgetid]['dsgvo']) && !empty($jakwidget[$widgetid]['dsgvo']) ? '
' : '').'
'; } else { $livecode = '

'.$headermsg.'

'.(isset($jakwidget[$widgetid]['dsgvo']) && !empty($jakwidget[$widgetid]['dsgvo']) ? '
' : '').'
'.(!empty(JAK_COPYRIGHT_LINK) ? '' : '').'
'; } } ?>