Add contact hook

I use the same hook name as contactpl
This commit is contained in:
BENKE Charlie 2016-03-30 21:09:27 +02:00
parent 2d9c53fc26
commit 98ef179307

View File

@ -492,6 +492,13 @@ if ($id > 0 || ! empty($ref))
}
}
if (is_object($hookmanager))
{
$hookmanager->initHooks(array('contacttpl'));
$parameters=array();
$reshook=$hookmanager->executeHooks('formContactTpl',$parameters,$object,$action);
}
llxFooter();