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:
Nexus633 2020-07-14 18:14:21 +02:00
parent a1f4be7d57
commit e5be7949fa
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 63 KiB

BIN
images/logo_180px_AE.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -48,7 +48,7 @@
<!-- Sidebar - Brand -->
<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>
</a>