default.imagecache_preset.inc 237 B

123456789101112131415
  1. <?php
  2. /**
  3. * @file
  4. * Test imagecache preset.
  5. *
  6. * Created on Dec 29, 2009
  7. *
  8. * @author 'dman' Dan Morrison http://coders.co.nz/
  9. */
  10. $presets['default'] = array (
  11. 'name' => 'default',
  12. '#weight' => -1,
  13. 'effects' => array(),
  14. );