Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
if($user->getUserType() === USER_TYPES['CUSTOMER'] || $user->getUserType() === USER_TYPES['BROKER']){
|
||||
require_once('ContactCustomerAndBrokerTemplate.php');
|
||||
}
|
||||
|
||||
if($user->getUserType() === USER_TYPES['COMMERCIAL_LEAD']){
|
||||
require_once('ContactCommercialLeadTemplate.php');
|
||||
}
|
||||
Reference in New Issue
Block a user