footer.php 832 B

123456789101112131415161718
  1. <footer>
  2. <table id='footer_table'>
  3. <tr>
  4. <td id='footer_left'>
  5. <?php
  6. global $app_version;
  7. ?>
  8. Version <?=$app_version?>. Developed by <a href='https://inigovalentin.com'>I&ntilde;igo Valentin</a>.
  9. <br/>
  10. <br/>
  11. Source code available on <a href='https://github.com'>Github</a> under the GPLv3.
  12. </td>
  13. <td id='footer_right'>
  14. Neither I nor this tool are affiliated with or endorsed by <a href='http://com2us.com/'>Com2uS</a> in any way. The Summoners War logo and the monster images are property of their respective owners (Com2US, probably). Monsters images and info are parsed from <a href='https://swarfarm.com'>https://swarfarm.com</a>.
  15. </td>
  16. </tr>
  17. </table>
  18. </footer>