Skip to content

Instantly share code, notes, and snippets.

@arschmitz
Created November 10, 2010 15:56
Show Gist options
  • Save arschmitz/671023 to your computer and use it in GitHub Desktop.
Save arschmitz/671023 to your computer and use it in GitHub Desktop.
<?php
require( '/home/content/b/i/l/billdodgeweb/html/nav.php' );
?>
<div class="body_wrapper">
<br/>
<!-- InstanceBeginEditable name="content" -->
<div class="content_wrapper">
<?php
require('send_mail.php');
$require_string = "required";
form_top("contact_form", "http://www.billdodgeautogroup.com/parts/index_3.php");
head("1", "How can we get in touch with you?", "Contact Information");
contact_info($require_string);
run_mail("contact_form", "alex.schmitz@bdag.com", "contact", $require_string);
form_bottom();
?>
</div>
<!-- InstanceEndEditable -->
</div>
<?php
require( '/home/content/b/i/l/billdodgeweb/html/quicklinks.php' );
require( '/home/content/b/i/l/billdodgeweb/html/foot.php' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment