方法步骤:

打开 header.htm 文件,查找:

  1. <div
    ><a href="home.php?mod=space&uid=$_G[uid]"
    c="34"><!--{avatar($_G[uid],small)}--></a></div>

在下面添加:

  1. <!--{if getuserprofile('gender') == 1}-->
  2. <style>
  3. .vwmy { background:url({IMGDIR}/m.gif) no-repeat scroll 0 0px transparent;padding-left:18px; }
  4. </style>
  5. <!--{elseif getuserprofile('gender') == 2}-->
  6. <style>
  7. .vwmy { background:url({IMGDIR}/f.gif) no-repeat scroll 0 0px transparent;padding-left:18px; }
  8. </style>
  9. <!--{/if}-->

然后

找两个小图片上传到自己当前风格的图片目录。

更新缓存。