would like to remove the 'social groups messages' link from the UCP dropdown menu
what part of the code do i remove so that the table stays the same width? have tried a couple of things but the table after where the link is removed stretches out the width of the page...
this is the code...which part do i edit out to keep the table the same width but remove the link?
thanks for any help
Code:
</table>
</td></tr>
<tr><td class="$navclass[deletedgms]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/report_add.gif" width="16" height="16"></td>
<td><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewgms&type=deleted">$vbphrase[social_group_messages]</a></td>
</tr>
</table>