admincp_stat.inc.php 626 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * DZAPP Haodai SEO Settings
  4. *
  5. * @copyright (c) 2013 DZAPP. (http://www.dzapp.cn)
  6. * @author BranchZero <branchzero@gmail.com>
  7. */
  8. if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
  9. exit('Access Denied');
  10. }
  11. $lang = array_merge($lang, $scriptlang['dzapp_haodai']);
  12. showtableheader($lang['stat_info']);
  13. showtablerow('', array('class="td24"'), array($lang['stat_panel'], '<a href="http://yun.haodai.com" target="_blank">'.$lang['click_stat_panel'].'</a>'));
  14. showtablerow('', array('class="td24"'), array($lang['stat_notice'], '<font color="red">'.$lang['stat_notice_content'].'</font>'));
  15. showtablefooter();
  16. ?>