if(empty($action)) { ?>
if(is_array($faqparent)) { foreach($faqparent as $fpid => $parent) { ?>
if(is_array($faqsub[$parent['id']])) { foreach($faqsub[$parent['id']] as $sub) { ?>- =$sub['title']?>
} } ?>
} } ?>
} elseif($action == 'faq') { if(is_array($faqlist)) { foreach($faqlist as $faq) { ?>
} } } elseif($action == 'search') { if($faqlist) { if(is_array($faqlist)) { foreach($faqlist as $faq) { ?>
} } } else { ?>
对不起,没有找到匹配结果
} } elseif($action == 'plugin' && !empty($faqtpl)) { include(template($faqtpl)); } ?>