default.imagecache_preset.inc 248 B

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