zentaopms/extension/max/effort/view/footer.html.php
2023-05-16 10:50:42 +08:00

6 lines
170 B
PHP

<script>
account='<?php echo $app->user->account;?>';
customHtml = $('#nameBox').html();
</script>
<?php include $app->getModuleRoot() . 'common/view/footer.html.php';?>