if(!defined('IN_DISCUZ')) exit('Access Denied'); include template('header'); ?>
if(!$action) { if(is_array($faqparent)) { foreach($faqparent as $parent) { ?>
if(is_array($faqsub[$parent['id']])) { foreach($faqsub[$parent['id']] as $sub) { ?>
} } ?>
} } } elseif($action == 'message') { if($otherlist) { ?>
if(is_array($otherlist)) { foreach($otherlist as $other) { ?>
} } ?>
} ?>
} elseif($action == 'search') { if(is_array($faqlist)) { foreach($faqlist as $faq) { ?>
} } } include template('footer'); ?>