-
Notifications
You must be signed in to change notification settings - Fork 3
/
footer.php
31 lines (27 loc) · 1.86 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
</div>
<footer>
<div class="logo_footer" style="float: left;"><img src="<?= IMG_PATH ?>icons/logo_html5_small.webp" width="62" alt="HTML5 logo" title="Produced with HTML5"></div>
<div class="logo_footer" style="float: right;"><a href="https://playhearthstone.com/battlegrounds" target="_blank"><img src="<?= IMG_PATH ?>icons/logo_blizzard-entertainment_small.webp" width="140" alt="Blizzard Entertainment logo" title="For more information about Blizzard Entertainment or any of Blizzards' trademarks or other intellectual property, please visit their website at playhearthstone.com/battlegrounds"></a></div>
<nav style="margin-top: 10px; margin-bottom: 10px;">
<small>
<span style="padding-right: 5px; border-right: 1px solid #777777;"><a href="?tos">Terms of Service</a></span>
<span style="padding-left: 5px; padding-right: 5px; border-right: 1px solid #777777;"> <a href="/license.php">License (MIT)</a></span>
<span style="padding-left: 5px;"> <a href="/imprint.php">Imprint</a></span>
</small>
</nav>
<small class="legal_text">
Hearthstone®: Heroes of Warcraft™ ©2014 Blizzard Entertainment, Inc. All rights reserved. Heroes of Warcraft is a trademark, and Hearthstone is a registered trademark of Blizzard Entertainment, Inc. in the U.S. and/or other countries.
<br>
This website is not affiliated with, endorsed, sponsored, or specifically approved by Blizzard Entertainment, Inc. This website may use the trademarks and other intellectual property of Blizzard Entertainment, Inc., which is permitted under Blizzards' fan site policy.
</small>
</footer>
<script>
let hoverImages = [<?= $hoverImages ?>];
</script>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function () {
let tooltips = new bgTooltip();
});
</script>
</body>
</html>