';?>

search or browsing through the Archives.','ml');?>

contact form to let us know about a bug in the system.','ml');?>

".__("Please fill in all required fields.",'ml')."

\n"; $send = 0; } if (!is_valid_email($cp_email)) { $error_msg.= "

".__("Your email adress failed to validate.",'ml')."

\n"; $send = 0; } } if (!$send) { ?>
" id="contactform">

*


*


* -
*

\n"; $email_subject = "[" . get_settings('blogname') . "] " . encodeMailHeader($cp_name); $email_text = "From......: " . $cp_name . "\n" . "Email.....: " . $cp_email . "\n" . "Url.......: " . $cp_url . "\n\n" . $cp_message; if (@mail(get_settings('admin_email'), $email_subject, $email_text, $header)) { echo "

" . __('Hey','ml') . " " . $displayName . ",

".__('thanks for your message! I\'ll get back to you as soon as possible.','ml')."

"; } } ?>