Revision history [back]
It should be possible to implement such functionality by subclassing askbot.skins.loaders.Loader
.
In the load_template
method somehow apply mobile browser detection (there is no direct access to request object and you'll need some workaround), then load corresponding template.