$ispart=$lv->Fields['ispart'];
if($ispart==1){
$tpl=$lv->Fields['tempindex'];
$tpl=str_replace('.htm','_m.htm',$tpl);
$lv->Fields['tempindex']=$tpl;
$lv->TypeLink->TypeInfos['tempindex']=$tpl;
}else{
$tpl=$lv->Fields['templist'];
$tpl=str_replace('.htm','_m.htm',$tpl);
$lv->Fields['templist']=$tpl;
$lv->TypeLink->TypeInfos['templist']=$tpl;
}
}