I recommend upgrading to 3.5.4 as there are a number of bugs that have been fixed, and additional functionality such as skype added to it.
If you are unable to upgrade to the latest version for whatever reason, the line to find, instead of the skype one, will be
Code:
<if condition="$userinfo['showyahoo']">
<tr>
<td>$userinfo[yahooicon]</td>
<td><a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a></td>
</tr>
</if>
If not, then I will need to redownload 3.5.1 and go through the style xml to find the correct part.