Created
November 10, 2010 15:56
-
-
Save arschmitz/671023 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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", "[email protected]", "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