Skip to content

Commit

Permalink
Remove copyright from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
frdmn committed Sep 13, 2016
1 parent bc17e2f commit 2b9d2bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions footer.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<hr>
<footer>
<p class="pull-left"><?php echo $settings['footer']; ?><?php if(isset($settings['admin_link']) && $settings['admin_link']){echo ' &mdash; <a href="index.php?action=admin" target="_blank" style="color:inherit;"><span class="glyphicon glyphicon-dashboard"></span></a>';} echo ' &mdash; <a href="https://github.com/BanManagement/BanManager-WebUI" target="_blank">BanManager WebUI</a> version '.returnVersion(); ?></p>
<!-- Must not be removed as per the licence terms -->
<p class="pull-right">Created By <a href="http://www.frostcast.net" target="_blank">
<img src="assets/images/brand.png" alt="Frostcast" id="copyright_image" />
</a></p>
</footer>
</div> <!-- /container -->

Expand Down

0 comments on commit 2b9d2bf

Please sign in to comment.