wecuro_blog/application/modules/forms_pdf/views/arbitration_agreement.php

18 lines
437 B
PHP
Executable File

<?php
if(!in_array("ArbitrationAgreement",$signature_type)){
$url=$startAppPath."arbitration_agreement.pdf";
}else{
$url=$user_folder."/"."ARBITRATION_AGREEMENT_".str_pad($ion_id, 6,"0",STR_PAD_LEFT).".pdf";
}
?>
<embed
src="<?php echo base_url()?><?php echo $url;?>#toolbar=0&scrollbar=0&navpanes=0&view=FitH"
type="application/pdf"
frameBorder="0"
scrolling="auto"
height="600px"
width="100%"
></embed>