foreach(F('category') as $k=>$v) { if($k%2==0) { echo '

'.$v['title'].'

'.getsubstr($v['describe'],0,36).'

'.$v['title'].'

'.$v['describe'].'

'; } }
foreach(F('category') as $k=>$v) { if($k%2==1) { echo '

'.$v['title'].'

'.getsubstr($v['describe'],0,36).'

'.$v['title'].'

'.$v['describe'].'

'; } }
进入@#$sign#@中心
热门推荐
echo S('side_recommend_question');
热门用户更多>>
if(S('side_hot_user')==0) { echo '
暂无热门用户
'; }else{ foreach(S('side_hot_user') as $k=>$v) { echo '
'; } }
echo $setting['is_quora']==0?'待回复的帖子':'待解决的问题'
echo S('side_no_reply');