'; }?>
搜索
getGroups(); // 获取分类 while ($group = $DB->fetch($groups)) { //循环所有分组 echo '
' . $group["group_name"] . '
' . "\n"; } ?>
getTags(); while ($taglists = $DB->fetch($tagslists)) { echo '
' . $taglists["tag_name"] . '
'; } if ($conf['tq'] != 'false') { echo '
'; } ?>
' . yan() . ''; } ?>
getSou(); while ($soulist = $DB->fetch($soulists)) { if ($soulist["sou_st"] == 1) { echo '
' . $soulist["sou_icon"] . '
' . $soulist["sou_name"] . '
'; } } ?>