Show different code for different companies:
<?php if ($system_company->id == "1") { ?>
Whatever for Company 1.
<?php }else{ ?>
Whatever for Company 2.
<?php } ?>
Show different code for different companies:
<?php if ($system_company->id == "1") { ?>
Whatever for Company 1.
<?php }else{ ?>
Whatever for Company 2.
<?php } ?>