/* This file controls the 18+ age verification message for your website. You can edit the text in here. Please make sure to escape quotes with \ (so they become \") as in the default html used below. */ include('../../admin/config.php'); if (isset($template_logo_url) && !empty($template_logo_url)) { $logo = $template_logo_url; } else { $logo = $template_url.'/images/logo_trans.png?v=1.1'; } ?> function mb_age_warning_confirm() { localStorage.mb_age_warning_verified = "1"; document.getElementById("mb_age_warning").remove(); } /* edit below if you want to change the 18+ text */ function mb_age_warning() { $("body").append("