1.99.3 stable

This commit is contained in:
Massimo Di Pierro
2011-12-09 09:33:06 -06:00
parent a6b8e93b47
commit f0e90e5a16
3 changed files with 10 additions and 7 deletions
+8 -5
View File
@@ -1,10 +1,13 @@
# coding: utf8
is_mobile=request.user_agent().is_mobile
if is_mobile:
response.view = response.view.replace(
'default/','default.mobile/')
response.menu = []
EXPERIMENTAL_STUFF = False
if EXPERIMENTAL_STUFF:
is_mobile=request.user_agent().is_mobile
if is_mobile:
response.view = response.view.replace(
'default/','default.mobile/')
response.menu = []
from gluon.admin import *
from gluon.fileutils import abspath, read_file, write_file