zentaopms/module/product/view/m.create.html.php
2023-05-16 10:47:08 +08:00

6 lines
210 B
PHP

<?php $bodyClass = 'with-nav-bottom';?>
<?php include '../../common/view/m.header.html.php';?>
<div class="text-center">
<p><span class="text-muted"><?php echo $lang->product->createInPC;?></span></p>
</div>