'; //XXX Template must conform to Bootstrap specs: http://twitter.github.com/bootstrap/base-css.html#forms //TODO Security Image. $template = '
{CONTACT_NAME}
{CONTACT_EMAIL}
{CONTACT_BODY=rows=5&cols=50}
{CONTACT_SUBMIT_BUTTON}
'; $foot = ''; $contact_shortcodes = e107::getScBatch('contact'); $text = $tp->parseTemplate($head. $template . $foot, true, $contact_shortcodes); $ns->tablerender("Contact Us", $text, 'contact-menu'); ?>