Initial commit
This commit is contained in:
6
rss/php/views/footers/default.php
Normal file
6
rss/php/views/footers/default.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user