FIX_DASHBOARD URL ISSUE
This commit is contained in:
parent
d2d591d13f
commit
765bc11d82
@ -83,7 +83,7 @@
|
|||||||
|
|
||||||
<!-- LOGO -->
|
<!-- LOGO -->
|
||||||
<div class="logo-box">
|
<div class="logo-box">
|
||||||
<a href="dashboard" class="logo logo-dark text-center">
|
<a href="<?= base_url('dashboard')?>" class="logo logo-dark text-center">
|
||||||
<span class="logo-sm">
|
<span class="logo-sm">
|
||||||
<img src="<?= $company_logo_small; ?>" alt="<?= $company_short_name; ?>" height="24">
|
<img src="<?= $company_logo_small; ?>" alt="<?= $company_short_name; ?>" height="24">
|
||||||
</span>
|
</span>
|
||||||
@ -92,7 +92,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="dashboard" class="logo logo-light text-center">
|
<a href="<?= base_url('dashboard')?>" class="logo logo-light text-center">
|
||||||
<span class="logo-sm">
|
<span class="logo-sm">
|
||||||
<img src="<?= $company_logo_small; ?>" alt="<?= $company_short_name; ?>" height="24">
|
<img src="<?= $company_logo_small; ?>" alt="<?= $company_short_name; ?>" height="24">
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user