10 lines
293 B
PHP
10 lines
293 B
PHP
<?php
|
|
$pdf='manual.pdf';
|
|
?>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
|
|
<div class="gal-detail thumb" style="background-color:white;">
|
|
<embed src="app/manual/pdf/<?php echo $pdf; ?>" width="100%" height="400"></embed>
|
|
</div>
|