I need to know if the Mobile Section can be cloned and if there is possibly a separate code base for it? I am talking about the Mobile section customization, the PHP, CSS, JS, everything... I need to be able to clone the mobile section for multiple Web 2.0 Apps, or a way to turn on and off mobile features based on the UserAgent. I already have some code for identifying the different user agent strings in ow_static/plugins/base/js/mobile.js but I need to be able to customize the mobile pages for different ones, so when each different hosted Web 2.0 App connects, it provides different features for each. My thinking was to clone the entire mobile subset and customize each one based on each UserAgent string, but I could also just change the mobile plugin on the fly for different apps correct?