Hi all, I'm making a site on web2py that has a mobile counterpart.
I'd like to be able to, once I've detected that a browser is mobile, use a different set of views but share the same controller logic. I saw that in an earlier post (http://groups.google.com/group/web2py/ browse_thread/thread/7277e92b03450784/9dd641c956bd6bc3? lnk=gst&q=mobile#9dd641c956bd6bc3) we covered the browser sniffing, and got that working, but how would I be able to, for example, use index.mobile.html instead of index.html if I detect the user is coming from a mobile device? Thanks Chris

