'. ''. ''. ''. ''. ''; } $haodaistyle = 1; include_once template('dzapp_haodai:hook_forum'); return $haodai_html; } function viewthread_postsightmlafter_output() { global $_G,$postlist; $return = array(); if(!in_array($_G['fid'],$_G['cache']['plugin']['dzapp_haodai']['forumlisthot'])) return; if(file_exists(DISCUZ_ROOT.'./data/sysdata/cache_dzapp_haodai_jyfx_'.$_G['cache']['plugin']['dzapp_haodai']['API_citynames_1231'].'.php')){ include_once DISCUZ_ROOT.'./data/sysdata/cache_dzapp_haodai_jyfx_'.$_G['cache']['plugin']['dzapp_haodai']['API_citynames_1231'].'.php'; $jyfx_article = $jyfx_article['items']; } if(file_exists(DISCUZ_ROOT.'./data/sysdata/cache_dzapp_haodai_dkgl_'.$_G['cache']['plugin']['dzapp_haodai']['API_citynames_1231'].'.php')){ include_once DISCUZ_ROOT.'./data/sysdata/cache_dzapp_haodai_dkgl_'.$_G['cache']['plugin']['dzapp_haodai']['API_citynames_1231'].'.php'; $dkgl_article = $dkgl_article['items']; } if(file_exists(DISCUZ_ROOT.'./data/sysdata/cache_dzapp_haodai_dkzx_'.$_G['cache']['plugin']['dzapp_haodai']['API_citynames_1231'].'.php')){ include_once DISCUZ_ROOT.'./data/sysdata/cache_dzapp_haodai_dkzx_'.$_G['cache']['plugin']['dzapp_haodai']['API_citynames_1231'].'.php'; $dkzx_article = $dkzx_article['items']; } $haodai_article = array_merge($jyfx_article,$dkgl_article,$dkzx_article); if(!$haodai_article) return; shuffle($haodai_article); $haodaistyle = 2; include_once template('dzapp_haodai:hook_forum'); foreach($postlist as $key => $post){ if($post['first']){ $return[] = $haodai_html; }else{ $return[] = ''; } } return $return; } } ?>