引用:
原帖由 wang0818 于 2007-7-23 15:35 发表 
配偶二字不显示`请帮忙看一下!
QQ:184315699
配偶那两个字如果要显示,就吧
复制内容到剪贴板
代码:
<!--{if $post['musername']}-->配偶:<a href="space.php?uid=$post[$ismarried]" target="_blank">{$post['musername']}</a><!--{else}--><a href="plugin.php?identifier=marry&module=marry">偶是单身贵族!</a><!--{/if}--><br>改为
复制内容到剪贴板
代码:
配偶:<!--{if $post['musername']}--><a href="space.php?uid=$post[$ismarried]" target="_blank">{$post['musername']}</a><!--{else}--><a href="plugin.php?identifier=marry&module=marry">偶是单身贵族!</a><!--{/if}--><br>