I have my main site redirect to a mobile version if your view it from you mobile device, i wanted to use media queries but that was not an option for this site. On the mobile version i wanted to implement a "View Desktop Version".
However i am unsure of the correct/best way to do this. I am using the Dectect mobile browser plugin from
http://detectmobilebrowsers.com.
If the plugin returns true - meaning you are viewing from a mobile browser - then the main site redirects you. How can i add a "View Desktop Version"
button and bypass the detection plugin?
Thanks guys