hook('main_before'); ?>
hook('content_before'); ?>
get_option('contact_form_email'), sprintf( '[%s] ' . esc_html($_POST['contact_form_subject']), get_bloginfo('name') ), esc_html($_POST['contact_form_message']),'From: "'. esc_html($_POST['contact_form_name']) .'" <' . esc_html($_POST['contact_form_email']) . '>'); unset($_POST); ?>
:
:
+ = ?
:
:
 
hook('content_after'); ?>
hook('main_after'); ?>