# offertes aanvragen
function template_offerte_offerte() {
global $context, $txt, $settings;
echo
'';
#titel
echo
'
';
#hebben we een of meer errors?
if (!empty($context['error'])) {
showPostError();
}
#laat het invulform maar zien!
echo
'';
}
?>