Merge pull request #1404 from pi-hole/been-a-while-since-we-touched-this

remove outdated local help page, link to docs instead
This commit is contained in:
DL6ER
2020-05-29 23:15:58 +02:00
committed by GitHub
2 changed files with 4 additions and 162 deletions

View File

@@ -667,14 +667,12 @@ if($auth) {
<i class="fa-paypal-icon fab fa-paypal"></i> <span>Donate</span>
</a>
</li>
<?php if($auth){ ?>
<!-- Help -->
<li<?php if($scriptname === "help.php"){ ?> class="active"<?php } ?>>
<a href="help.php">
<i class="fa fa-question-circle"></i> <span>Help</span>
<!-- Docs -->
<li>
<a href="https://docs.pi-hole.net/" rel="noopener" target="_blank">
<i class="fa-question-circle"></i> <span>Donate</span>
</a>
</li>
<?php } ?>
</ul>
</section>
<!-- /.sidebar -->