developer/template/New/user/userpanel_footer.tpl
Jan 75aa4fca00
Update userpanel_footer.tpl
Changed Design Footer brand
2021-06-14 13:26:33 +02:00

22 lines
716 B
Smarty

</body>
<style type="text/css">
footer {
bottom: 0!important;
left: 0!important;
right: 0!important;
height: 85px!important;
text-align: center!important;
color: #CCC!important;
}
</style><hr>
<footer class="">
<div class="">
<div class="copyright text-center my-auto">
<span>Coded by <a href="https://easy-wi.com" target="_blank" title="free gameserver, voiceserver, dedicated and virtualserver webinterface easy-wi.com">Easy-WI.com</a> 2011 - <?php echo date('Y'); ?> <br> Redesigned with ♥ by <a href="https://glitch.management/"> Glitch.Management </a>2018 - <?php echo date('Y'); ?> </span>
</div>
</div>
</footer>
</html>