File: /var/www/uileague/wp-content/themes/uileague/footer.php
</div>
<?php wp_footer(); ?>
<footer>
<div class="footer-content">
<div class="footer-logo">
<a href="<?php echo home_url(); ?>">
<img src="<?php echo get_stylesheet_directory_uri() . "/assets/images/logo.png"; ?>" alt="">
<span class="footer-title">UI LEAGUE</span>
</a>
<div style="padding-left: 58px;">熱血拼搏·更快更強</div>
<div class="copyright">Copyright © <?php echo date('Y');?> UI League All Rights Reserved</div>
</div>
</div>
</footer>
</body>
</html>