footer.php 741 B

123456789101112131415161718192021222324252627
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. ?>
  7. </td>
  8. </tr>
  9. </table>
  10. <table width="960" border="0" align="center" cellpadding="3" cellspacing="1">
  11. <tr>
  12. <td height="8"></td>
  13. </tr>
  14. </table>
  15. <table width="960" height="2" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="<?=$bgcolor_line?>">
  16. <tr>
  17. <td></td>
  18. </tr>
  19. </table>
  20. <table width="960" border="0" align="center" cellpadding="3" cellspacing="1">
  21. <tr>
  22. <td height="32"><div align="center">Powered by <strong><a href="http://www.phome.net" target="_blank">EmpireCMS</a></strong> 7.5&nbsp; &copy; 2002-2018 <a href="http://www.digod.com" target="_blank">EmpireSoft Inc.</a></div></td>
  23. </tr>
  24. </table>
  25. <?=EcmsShowThisMemberMenu()?>
  26. </body>
  27. </html>