/home/vianto5/.trash/cititower.mx/wp-content/themes/montreal
NameSizeModeActions
admin/-0755rm
css/-0755rm
font/-0755rm
images/-0755rm
img/-0755rm
inc/-0755rm
js/-0755rm
languages/-0755rm
player/-0755rm
postformats/-0755rm
404.php7230644editdlrm
archive-portfolio.php13520644editdlrm
comments.php00644editdlrm
editor-style-rtl.css4130644editdlrm
editor-style.css54340644editdlrm
footer-stripe.php17990644editdlrm
footer.php23080644editdlrm
functions.php157990644editdlrm
header.php27570644editdlrm
index.php14680644editdlrm
newsletter.php13530644editdlrm
page-about.php49480644editdlrm
page-blog-list.php15900644editdlrm
page-home.php91220644editdlrm
page-location.php27410644editdlrm
page-planner.php88280644editdlrm
page-portfolio-basic.php21820644editdlrm
page-portfolio-drag.php20940644editdlrm
page-portfolio-grid-black.php20290644editdlrm
page-portfolio-grid-block.php13800644editdlrm
page-portfolio-grid-white.php19810644editdlrm
page-portfolio-stripe.php16490644editdlrm
page-sidebar.php9930644editdlrm
page-thanks.php5660644editdlrm
page-ubicacion.php28650644editdlrm
page.php7820644editdlrm
portfolio-navigation.php6820644editdlrm
projectplanner.php52370644editdlrm
rtl.css14390644editdlrm
rtl.php430340644editdlrm
screenshot.png3941760644editdlrm
search.php14650644editdlrm
searchform.php3230644editdlrm
sendemail.php25170644editdlrm
sidebar-contact.php1030644editdlrm
sidebar.php990644editdlrm
single-portfolio.php2180644editdlrm
single.php11490644editdlrm
style.css14950644editdlrm
styles.php431910644editdlrm
wp-updates-theme.php19230644editdlrm
Edit: /home/vianto5/.trash/cititower.mx/wp-content/themes/montreal/projectplanner.php (5237B)
"; $toemail = apply_filters("montreal_projectplaner_emailaddress", $_SESSION['email']); $sub = apply_filters("montreal_projectplaner_subject", "Project Planner"); $success_page_name=$_SESSION['thanks_url']; ////// do not change in following if($_SERVER['REQUEST_METHOD']=="POST") { $fieldnm_1=str_replace ( array("\n"), array("
"),trim($_REQUEST['fieldnm_1'])); $fieldnm_2=str_replace ( array("\n"), array("
"),trim($_REQUEST['fieldnm_2'])); $fieldnm_3=str_replace ( array("\n"), array("
"),trim($_REQUEST['fieldnm_3'])); $fieldnm_4=str_replace ( array("\n"), array("
"),trim($_REQUEST['fieldnm_4'])); $fieldnm_5=str_replace ( array("\n"), array("
"),trim($_REQUEST['fieldnm_5'])); $fieldnm_6=str_replace ( array("\n"), array("
"),trim($_REQUEST['fieldnm_6'])); $fieldnm_7=str_replace ( array("\n"), array("
"),trim($_REQUEST['fieldnm_7'])); $fieldnm_8=str_replace ( array("\n"), array("
"),trim($_REQUEST['fieldnm_8'])); $fieldnm_9=str_replace ( array("\n"), array("
"),trim($_REQUEST['fieldnm_9'])); $fieldnm_10=str_replace ( array("\n"), array("
"),trim($_REQUEST['fieldnm_10'])); $fieldnm_11=str_replace ( array("\n"), array("
"),trim($_REQUEST['fieldnm_11'])); $fieldnm_12=str_replace ( array("\n"), array("
"),trim($_REQUEST['fieldnm_12'])); $fieldnm_13=str_replace ( array("\n"), array("
"),trim($_REQUEST['fieldnm_13'])); $fieldnm_14=str_replace ( array("\n"), array("
"),trim($_REQUEST['fieldnm_14'])); $fieldnm_15=str_replace ( array("\n"), array("
"),trim($_REQUEST['fieldnm_15'])); $fieldnm_16=str_replace ( array("\n"), array("
"),trim($_REQUEST['fieldnm_16'])); $contentmsg=stripslashes("
$sub
" . __('Your Name*', 'montreal') . " $fieldnm_1
" . __('Your E-mail*', 'montreal') . " $fieldnm_2
" . __('Telephone number', 'montreal') . " $fieldnm_3
" . __('Company name', 'montreal') . " $fieldnm_4
" . __('Website URL (if applicable)', 'montreal') ." $fieldnm_5
" . __('Your location', 'montreal') . " $fieldnm_6
" . __('Please describe your project concept or idea', 'montreal') . " $fieldnm_7
" . __('Project requirements', 'montreal') . " $fieldnm_8
" . __('When do you hope to start', 'montreal') . " $fieldnm_9
" . __('When do you hope to launch', 'montreal') . " $fieldnm_10
" . __('Your budget*', 'montreal') . " $fieldnm_11
" . __('Please describe your desired look and feel', 'montreal') . " $fieldnm_12
" . __('Any inspiration for your project', 'montreal') . " $fieldnm_13
" . __('Anything else you want us to know', 'montreal') . " $fieldnm_14
"); //// $headers = "MIME-Version: 1.0 "; $headers .= "Content-type: text/html; charset=iso-8859-1 "; $from=$fromemail; $headers .= "From: ".$from." "; @mail($toemail,$sub,$contentmsg,$headers); header("Location:$success_page_name"); } ?>