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