Update header.php

Updated "Report" menu icon
This commit is contained in:
Carlos V
2023-08-10 23:04:36 +02:00
committed by GitHub
parent 50aeaa957e
commit 7e75df6334

View File

@@ -235,7 +235,7 @@ if ($ENABLED_DARKMODE === True) {
</li>
<li class=" <?php if (in_array (basename($_SERVER['SCRIPT_NAME']), array('report.php') ) ){ echo 'active'; } ?>">
<a href="report.php"><i class="fa fa-bolt"></i> <span><?= lang('Navigation_Report');?></span></a>
<a href="report.php"><i class="fa fa-flag"></i> <span><?= lang('Navigation_Report');?></span></a>
</li>
<li class=" <?php if (in_array (basename($_SERVER['SCRIPT_NAME']), array('network.php') ) ){ echo 'active'; } ?>">