fix
This commit is contained in:
parent
7925d5f92d
commit
95368d3f42
|
@ -22,13 +22,13 @@
|
|||
<?= ucfirst(config('language')) ?>
|
||||
</span>
|
||||
|
||||
<?php if ($display_login_button): ?>
|
||||
<!-- <?php if ($display_login_button): ?>
|
||||
<a class="backend-link badge bg-primary text-decoration-none px-2"
|
||||
href="<?= session('user_id') ? site_url('calendar') : site_url('login') ?>">
|
||||
<i class="fas fa-sign-in-alt me-2"></i>
|
||||
<?= session('user_id') ? lang('backend_section') : lang('login') ?>
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?> -->
|
||||
</span>
|
||||
</small>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue