This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
<link rel="stylesheet" href="<?= base_url('assets/css/style.css') ?>">
|
||||
<link rel="stylesheet" href="<?= base_url('assets/css/landing_page.css?v=1.1') ?>">
|
||||
<link rel="stylesheet" href="<?= base_url('assets/css/custom.css') ?>">
|
||||
<?php if (session()->get('is_logged_in')): ?>
|
||||
<link rel="stylesheet" href="<?= base_url('assets/css/session-timeout.css') ?>">
|
||||
<?php endif; ?>
|
||||
<?= $this->renderSection('styles') ?>
|
||||
|
||||
<?php
|
||||
@@ -396,6 +399,9 @@ html, body { overflow-x: hidden; }
|
||||
</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