Open template: 
 :

USERCP_SHELL



under:
  :

<if condition="$show['profilepiclink']">
	<tr>
		<td class="$navclass[profilepic]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a></td>
	</tr>
</if>


Add:
:

<!----------------- SMS ---------------->
<if condition="$vboptions[winning_member_smsenabled]">
<tr>
	<td class="thead">$vbphrase[wining_title]</td>
</tr>

	<tr>
<td class="$navclass[signature]" nowrap="nowrap">
<a class="smallfont" href="sendsms.php?$session[sessionurl]do=showform">$vbphrase[winning_member_phrase_sendsms]</a>
</td>
	</tr>
</if>
<!----------------- /SMS ---------------->



  .

               ,              :



<!----------------- SMS ---------------->

<tr>
	<td class="thead">$vbphrase[wining_title]</td>
</tr>

	<tr>
<td class="$navclass[signature]" nowrap="nowrap">
<a class="smallfont" href="sendsms.php?$session[sessionurl]do=showform">$vbphrase[winning_member_phrase_sendsms]</a>
</td>
	</tr>

<!----------------- /SMS ---------------->


          