addressbook/templates/_footer.html.php
2022-10-30 16:03:44 +01:00

7 lines
181 B
PHP

<script src="/assets/js/functions.js"></script>
<?php if (!empty($message)): ?>
<script>setError('<?= $message ?>')</script>
<?php endif; ?>
</body>
</html>