*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
$lang = array_merge($lang, $scriptlang['dzapp_haodai']);
showtableheader($lang['stat_info']);
showtablerow('', array('class="td24"'), array($lang['stat_panel'], ''.$lang['click_stat_panel'].''));
showtablerow('', array('class="td24"'), array($lang['stat_notice'], ''.$lang['stat_notice_content'].''));
showtablefooter();
?>