header small logo missing : ps
This commit is contained in:
parent
c39d084b72
commit
85bf5336bc
@ -53,23 +53,19 @@
|
||||
<div class="logo-box">
|
||||
<a href="dashboard" class="logo logo-dark text-center">
|
||||
<span class="logo-sm">
|
||||
<img src="http://localhost/vb_book/public/uploads/vbp_1.jpg" alt="VP" height="24">
|
||||
<!-- <span class="logo-lg-text-light">Minton</span> -->
|
||||
<img src="<?= $company_logo_small; ?>" alt="<?= $company_short_name; ?>" height="24">
|
||||
</span>
|
||||
<span class="logo-lg">
|
||||
<img src="https://vbp.venbait.in/vb_book/public/uploads/Vijayabharatham_withname_1.png" alt="Vijayabharatham Prasuram" height="50">
|
||||
<!-- <img src="<?= base_url()."public/uploads/default.png" ?>" alt="<?= $company_name; ?>" height="20"> -->
|
||||
<!-- <span class="logo-lg-text-light">M</span> -->
|
||||
<img src="<?= $company_logo_large; ?>" alt="<?= $company_name; ?>" height="50">
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<a href="dashboard" class="logo logo-light text-center">
|
||||
<span class="logo-sm">
|
||||
<img src="http://localhost/vb_book/public/uploads/vbp_1.jpg" alt="VP" height="24">
|
||||
<img src="<?= $company_logo_small; ?>" alt="<?= $company_short_name; ?>" height="24">
|
||||
</span>
|
||||
<span class="logo-lg">
|
||||
<!-- <img src="<?= base_url()."public/uploads/default.png" ?>" alt="<?= $company_name; ?>" height="24"> -->
|
||||
<img src="https://vbp.venbait.in/vb_book/public/uploads/Vijayabharatham_withname_1.png" alt="Vijayabharatham Prasuram" height="50">
|
||||
<img src="<?= $company_logo_large; ?>" alt="<?= $company_name; ?>" height="50">
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user