<script type="text/javascript">
jQuery(function($) {
$("#backtop").hide();
$(window).scroll(function () {
if ($(this).scrollTop() > 500) {
$('#backtop').slideDown(180);
} else {
$('#backtop').slideUp(180);
}
});
$('.back-top').on( "click", function () {
$('html, body').animate({
scrollTop: 0
}, 800);
return false;
});
});
</script>
<debugstuff>
</div>
</div>
<a class="back-top"><span id='backtop'><i class="fa fa-angle-up"></i></span></a>
<div id="footer">
<div class="lower">
<div class="wrapper">
<span id="copyright">
<!-- MyBB is free software developed and maintained by a volunteer community.
It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
to show your support for MyBB. If you choose to remove or modify the copyright below,
you may be refused support on the MyBB Community Forums.
This is free software, support us and we'll support you. -->
<center>Powered by <a href="http://www.mybb.com" target="_blank">MyBB{$mybbversion}</a>, © 2002-{$copy_year} <a href="http://www.mybb.com" target="_blank">MyBB Group</a>, translated by <a href="https://webboard.pl/">MybbBoard.pl</a>.
<br />
Theme designed {$lang->by} <a href="http://community.mybb.com/user-102346.html">delay</a> © {$copy_year}, edited by <a href="http://real.5v.pl/member.php?action=profile&uid=1">Real</a> for <a href="http://forum-ntrp.pl/index.php">forum-ntrp.pl</a>.
<!-- End powered by --></center>
</span>
</div>
</div>
</div>
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>