mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
FIX the header ICON in Template New - The standard icon has been overwritten here. Icon firmly written in the header.
This commit is contained in:
parent
a1f4be7d57
commit
e5be7949fa
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 63 KiB |
BIN
images/logo_180px_AE.png
Normal file
BIN
images/logo_180px_AE.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
@ -48,7 +48,7 @@
|
|||||||
<!-- Sidebar - Brand -->
|
<!-- Sidebar - Brand -->
|
||||||
|
|
||||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="<?php echo $rSA['header_href'];?>">
|
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="<?php echo $rSA['header_href'];?>">
|
||||||
<img src="images/<?php echo $rSA['header_icon'];?>" title="<?php echo $rSA['header_text'];?>" width="32">
|
<img src="images/logo_180px_AE.png" title="<?php echo $rSA['header_text'];?>" width="32">
|
||||||
<div class="sidebar-brand-text "> <?php echo $rSA['header_text'];?></div>
|
<div class="sidebar-brand-text "> <?php echo $rSA['header_text'];?></div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user