Hi,
since my Mobile menu links to non existing stuff "%20CA% or something like 
that I want to use the normal menu which I find way nicer.
I guess I need to change this line:
{{=MENU(response.menu, _class='mobile-menu' if is_mobile else 
'sf-menu',mobile=is_mobile)}}

the second thing I would love to do is use smaler images for mobile 
devices. Can I do this just by:
is_mobile=request.user_agent().is_mobile
if s_mobile:
...small img...
else:
...large img...

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to