Hi,
You just need to add the same link to your main skin in the layout.master file like this:
<portal:MobileSkinLink ID="mobileskin" runat="server" RenderAsListItem="true" />
the link will only be visible for mobile users so it won't affect other users by adding this link.
On this site I put it right next to the home link.
Hope that helps,
Joe