summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--inc/sendEmail.php2
-rw-r--r--index.php64
2 files changed, 33 insertions, 33 deletions
diff --git a/inc/sendEmail.php b/inc/sendEmail.php
index c821f22..52c4b85 100644
--- a/inc/sendEmail.php
+++ b/inc/sendEmail.php
@@ -42,7 +42,7 @@ if ($_POST) {
    $from =  $name . " <" . $email . ">";

 

    // Email Headers

-	$headers = "From: tilde admin<admin@tilde.team>\r\n";

+	$headers = "From: admin<admin@benharri.com>\r\n";

 	$headers .= "Reply-To: ". $email . "\r\n";

  	$headers .= "MIME-Version: 1.0\r\n";

 	$headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";

diff --git a/index.php b/index.php
index 8ba0625..8bf9ab5 100644
--- a/index.php
+++ b/index.php
@@ -260,38 +260,38 @@ include 'header.html';
             <div class="eight columns">

 

                <!-- form -->

-               <form action="" method="post" id="contactForm" name="contactForm">

-					<fieldset>

-

-                  <div>

-						   <label for="contactName">Name <span class="required">*</span></label>

-						   <input type="text" value="" size="35" id="contactName" name="contactName">

-                  </div>

-

-                  <div>

-						   <label for="contactEmail">Email <span class="required">*</span></label>

-						   <input type="text" value="" size="35" id="contactEmail" name="contactEmail">

-                  </div>

-

-                  <div>

-						   <label for="contactSubject">Subject</label>

-						   <input type="text" value="" size="35" id="contactSubject" name="contactSubject">

-                  </div>

-

-                  <div>

-                     <label for="contactMessage">Message <span class="required">*</span></label>

-                     <textarea cols="50" rows="15" id="contactMessage" name="contactMessage"></textarea>

-                  </div>

-

-                  <div>

-                     <button class="submit">Submit</button>

-                     <span id="image-loader">

-                        <img alt="" src="images/loader.gif">

-                     </span>

-                  </div>

-

-					</fieldset>

-				   </form> <!-- Form End -->

+                  <form action="" method="post" id="contactForm" name="contactForm">

+                        <fieldset>

+

+                              <div>

+                                    <label for="contactName">Name <span class="required">*</span></label>

+                                    <input type="text" value="" size="35" id="contactName" name="contactName">

+                              </div>

+

+                              <div>

+                                    <label for="contactEmail">Email <span class="required">*</span></label>

+                                    <input type="text" value="" size="35" id="contactEmail" name="contactEmail">

+                              </div>

+

+                              <div>

+                                    <label for="contactSubject">Subject</label>

+                                    <input type="text" value="" size="35" id="contactSubject" name="contactSubject">

+                              </div>

+

+                              <div>

+                                    <label for="contactMessage">Message <span class="required">*</span></label>

+                                    <textarea cols="50" rows="15" id="contactMessage" name="contactMessage"></textarea>

+                              </div>

+

+                              <div>

+                                    <button class="submit">Submit</button>

+                                    <span id="image-loader">

+                                          <img alt="" src="images/loader.gif">

+                                    </span>

+                              </div>

+

+                        </fieldset>

+                  </form> <!-- Form End -->

 

                <!-- contact-warning -->

                <div id="message-warning"> Error boy</div>