open github in a new tab

This commit is contained in:
HB9HIL
2024-04-13 00:20:39 +02:00
committed by GitHub
parent 4a9baa9246
commit 5b4aa3658d

View File

@@ -78,7 +78,7 @@
<ul class="navbar-nav ms-auto">
<?php if($this->optionslib->get_option('public_github_button') != "false") { ?> <!-- != false causes to set it on per default -->
<li class="nav-item">
<a class="btn btn-secondary" href="https://github.com/wavelog/wavelog">Visit Wavelog on Github</a>
<a class="btn btn-secondary" href="https://github.com/wavelog/wavelog" target="_blank">Visit Wavelog on Github</a>
</li>
<?php } ?>
<?php if ($this->uri->segment(1) != "oqrs") { ?>