This commit is contained in:
@@ -40,6 +40,9 @@
|
||||
<link rel="stylesheet" href="https://cdn.datatables.net/1.13.10/css/dataTables.bootstrap5.min.css">
|
||||
<!-- DataTables FixedHeader (Bootstrap 5 theme) -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/datatables.net-fixedheader-bs5@3.4.0/css/fixedHeader.bootstrap5.min.css">
|
||||
<?php if (session()->get('is_logged_in')): ?>
|
||||
<link rel="stylesheet" href="<?= base_url('assets/css/session-timeout.css') ?>">
|
||||
<?php endif; ?>
|
||||
|
||||
<!-- Note: Avoid loading a second Bootstrap build to prevent conflicts with CDN 5.3.3 -->
|
||||
<?php
|
||||
@@ -753,5 +756,8 @@
|
||||
})();
|
||||
</script>
|
||||
<?= $this->renderSection('scripts') ?>
|
||||
<?php if (session()->get('is_logged_in')): ?>
|
||||
<script src="<?= base_url('assets/js/session_timeout.js') ?>"></script>
|
||||
<?php endif; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user