{strip} {* UTILS *} {include "{$wa->site->themePath(waRequest::getTheme())}u-utils.html"} {* HTML CLASSES *} {$_html_classes = [] scope=global} {* FONT FAMILY *} {if !empty($theme_settings["common__design_font_family_custom_name"]) && waLicensing::check("site/themes/seller")->isPremium()} {$theme_font = ""} {$theme_font_name = $theme_settings["common__design_font_family_custom_name"] scope=global} {else} {$theme_font = $theme_settings["common__design_font_family"]|replace:"assets/img/themesettings/fonts/":""|replace:".jpg":"" scope=global} {/if} {$_html_classes[] = $theme_font scope=global} {* FONT FAMILY ONLY FOR HEADINGS *} {if !empty($theme_settings["common__design_font_family_headings"])}{$_html_classes[] = "common__design_font_family_headings"}{/if} {* LOCALE *} {$_locale_string = substr($wa->locale()|default:"en", 0, 2)}