footer.html.php 170 B

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