A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
I have created a mobile skin and was hoping to include a "View Full Site" link within layout.master. I haven't found any documentation that explains how to do this. Did I miss something obvious?
mojoPortal Hosting & Design @ i7MEDIA!
Dave,
Try This:
<portal:MobileSkinLink ID="mobileskin" runat="server" RenderAsListItem="true" OverrideMobileText="View Full Site" />
That should do it.
HTH, -Elijah