README 484 B

123456789101112131415161718192021222324252627
  1. The OpenX plugin enables support for OpenX Ad Server.
  2. See: http://www.openx.org/
  3. Installation
  4. ============
  5. add "addPlugin('OpenX');"
  6. to the bottom of your config.php
  7. Settings
  8. ========
  9. mediumRectangle:
  10. rectangle:
  11. leaderboard:
  12. wideSkyscraper:
  13. adScript:
  14. Example
  15. =======
  16. $config['openx']['mediumRectangle'] = '';
  17. $config['openx']['rectangle'] = '';
  18. $config['openx']['leaderboard'] = '';
  19. $config['openx']['wideSkyscraper'] = '';
  20. $config['openx']['adScript'] = '';
  21. addPlugin('OpenX');