Multi

One Page Site Template


Multi is a modern and elegant Onepage HTML template. Every single detail is carefully designed in order to create a wonderful user experience.

Multi is very easy to set up and customize and comes with a well documented help file, which will assist you configure the template in minutes.

From the sendemail.php file just replace the email address and save the file.

<?php

$name       = @trim(stripslashes($_POST['name'])); 

$from       = @trim(stripslashes($_POST['email'])); 

$subject    = @trim(stripslashes($_POST['subject'])); 

$message    = @trim(stripslashes($_POST['message'])); 

$to    = 'email@email.com';//replace with your email


$headers   = array();

$headers[] = "MIME-Version: 1.0";

$headers[] = "Content-type: text/plain; charset=iso-8859-1";

$headers[] = "From: {$name} <{$from}>";

$headers[] = "Reply-To: <{$from}>";

$headers[] = "Subject: {$subject}";

$headers[] = "X-Mailer: PHP/".phpversion();


mail($to, $subject, $message, $headers);


die;

Javascript

Images

Finally thank you very much for choosing this template. Please keep that in mind that we are working very hard to providing better quality in coming days.

If you love your work then appreciate us by sharing this product in social media like twitter or facebook.