Files
testprojekt/rss/php/views/footers/default.php

6 lines
216 B
PHP
Raw Permalink Normal View History

2026-04-06 16:49:17 -04:00
<script src="/rss/js/main.js"></script>
<?php foreach($render['scripts'] as $s):?>
<script src="<?= $s['src'] ?>" <?= $s['type'] == 'module' ? 'type="module"' : '' ?>></script>
<?php endforeach;?>
</body>
</html>