Skip to content

Instantly share code, notes, and snippets.

@netcarver
netcarver / contact.php
Created April 30, 2012 19:11
Simple contact form for PW. Depends on flourish by Will Bond.
<?php
include('head.inc'); // Include your head setup.
/* Setup the flourish class autoloader. */
function flourish_loader( $class_name )
{
// ** Customize this to your root Flourish directory **
$flourish_root = wire('config')->paths->root . 'site/.flourish/';