This article provides a quick way to make your Drupal site accessible to mobile devices through two options:
1. Have a one site serve multiple devices using one code base
2. Use multisites to render content accordingly using one code base
By doing this your site should be simultaneously available to both mobile and desktop browsers.
Table of Contents
1. Overview
Outline of what this article is all about
2. Function of this script
The scripts functionality, what is does and what it does not
3. Skill Level
Developer knowledge required to implement the script
4. Requirements
Server set up
5. Files Included
All the files included in this module
6. Usage
How to use
7. Code
Summary of the relevant code arrange into snippets
8. Configuration
Summary of the relevant code arrange into snippets
9. Summary
Overview of what has been achieved
10. References and additional information
Inspiration and future developments
1. Overview
This article provides a quick way to make your site accessible to mobile devices through two options
1. Have a one site serve multiple devices using one code base
2. Use multisites to render content accordingly using one code base
The basis of the scripts include could be used stand-alone. The template engine used in this article is phptemplate.
2. Function of