个人介绍里面的数据存在哪个表的?找死都没填的那些内容!
<!--{if $space[info]}-->
<!--{eval
$infoarr = array(
'trainwith' => '我想结交',
'interest' => '兴趣爱好',
'book' => '喜欢的书籍',
'movie' => '喜欢的电影',
'tv' => '喜欢的电视',
'music' => '喜欢的音乐',
'game' => '喜欢的游戏',
'sport' => '喜欢的运动',
'idol' => '偶像',
'motto' => '座右铭',
'wish' => '最近心愿',
'intro' => '我的简介'
);
}-->
<tr>
<td class="td_title" colspan="2">个人介绍</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<!--{loop $space[info] $value}-->
<!--{if $value[title]}-->
<tr><th>{$infoarr[$value[subtype]]}:</th><td>$value[title]
</td></tr>
<!--{/if}-->
<!--{/loop}-->
<!--{/if}-->
|