README 391 B

123456789101112131415161718192021
  1. The MobileProfile plugin implements XHTML MobileProfile output for supporting
  2. user agents.
  3. See: https://en.wikipedia.org/wiki/XHTML_Mobile_Profile
  4. Installation
  5. ============
  6. add "addPlugin('MobileProfile');"
  7. to the bottom of your config.php
  8. Note: This plugin is enabled by default on private and single-user instances.
  9. Settings
  10. ========
  11. none
  12. Example
  13. =======
  14. addPlugin('MobileProfile');