Files
EasySoft-ZenTaoPMS/module/misc/view/qrcode.html.php
2018-05-03 09:53:30 +08:00

7 lines
269 B
PHP

<?php include '../../common/view/header.lite.html.php';?>
<table class='table' style='margin-top:100px;'>
<caption><?php echo $lang->misc->mobile?></caption>
<tr><td><?php echo $noGDLib?></td></tr>
</table>
<?php include '../../common/view/footer.lite.html.php';?>