Files
itflow/includes/modal_footer.php

9 lines
190 B
PHP

<script src="/js/app.js"></script>
<?php
$content = ob_get_clean();
// Return the title and content as a JSON response
echo json_encode(['content' => $content]);
exit();
?>