Commit inicial con archivos existentes
This commit is contained in:
24
templates/footer.php
Executable file
24
templates/footer.php
Executable file
@@ -0,0 +1,24 @@
|
||||
</main>
|
||||
</div>
|
||||
<!-- /#page-content-wrapper -->
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
|
||||
<script src="<?php echo asset('js/summernote-bs5.min.js'); ?>" defer></script>
|
||||
<script src="<?php echo asset('js/main.js'); ?>" defer></script>
|
||||
|
||||
<!-- Script para eliminar el Debug Language List -->
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
const debugList = document.getElementById('debug-language-list');
|
||||
if (debugList) {
|
||||
debugList.remove();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<script src="/assets/js/translate_frontend.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user