changed dir structure to handle second version of the book
This commit is contained in:
7
Vanilla/templates/_footer.html.php
Normal file
7
Vanilla/templates/_footer.html.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<script src="/assets/js/functions.js"></script>
|
||||
<?php if (!empty($message)): ?>
|
||||
<script>setError('<?= $message ?>')</script>
|
||||
<?php endif; ?>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user