* add view file for misc-qrcode.

This commit is contained in:
wyd621
2013-11-01 03:37:25 +00:00
parent 2158f025fc
commit f73f6c39b7
+6
View File
@@ -0,0 +1,6 @@
<?php include '../../common/view/header.lite.html.php';?>
<table class='table-1' 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';?>