方法步骤:
打开 header.htm 文件,查找:
- <div
><a href="home.php?mod=space&uid=$_G[uid]"
c="34"><!--{avatar($_G[uid],small)}--></a></div>
在下面添加:
- <!--{if getuserprofile('gender') == 1}-->
- <style>
- .vwmy { background:url({IMGDIR}/m.gif) no-repeat scroll 0 0px transparent;padding-left:18px; }
- </style>
- <!--{elseif getuserprofile('gender') == 2}-->
- <style>
- .vwmy { background:url({IMGDIR}/f.gif) no-repeat scroll 0 0px transparent;padding-left:18px; }
- </style>
- <!--{/if}-->
然后
找两个小图片上传到自己当前风格的图片目录。
更新缓存。