Blame view

src/app/frontend/views/partial/jsAsset.php 145 Bytes
1ea3b987   Administrator   maby first commit
1
2
3
4
5
  <?php if(!empty($js)): ?>
      <?php foreach ($js as $item): ?>
          <script src="<?= $item ?>"></script>
      <?php endforeach; ?>
  <?php endif;