方法步驟:
開啟 header.htm 檔案,查詢:
- <div
><a href="home.php?mod=space&uid=$_G%5Buid%5D"
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}-->
然後
找兩個小圖片上傳到自己當前風格的圖片目錄。
更新快取。