if(in_array('face',$weibo_type)):
表情
endif;
if(in_array('image',$weibo_type)):
图片
endif;
if(in_array('video',$weibo_type)):
视频
endif;
if(in_array('topic',$weibo_type)):
话题
endif;
if(in_array('file',$weibo_type)):
附件
endif;
if(in_array('at',$weibo_type)):
@某人
endif;
{:Addons::hook('home_index_middle_publish_type',array('position'=>'index'))}