/ Published in: HTML
Expand |
Embed | Plain Text
<?php /* Template Name: Contact Form */ $error = true; if(isset($_POST['email'])) { include(THEME_FUNCTIONS . '/sendmail.php'); } define('BODY_CLASS', 'contact'); define('JS_ACTIV', 'contact'); define('PAGE_SIDEBAR', 'contact'); get_header(); ?>
You need to login to post a comment.
