<?php
function smarty_function_emailplugin(array $params, Smarty_Template_Instance) {
include 'contact_form/form.php';
}
?>
and put that in /public_html/include/smarty/plugins
the in the template {{emailplugin}}
but now it wont show up and stops loading the page when it reaches this point
what am i missing
It looks like you're new here. If you want to get involved, click one of these buttons!