popsu-d7/sites/all/modules/imagecache_actions/tests/default.imagecache_preset.inc
2018-03-21 17:06:08 +01:00

15 lines
237 B
PHP

<?php
/**
* @file
* Test imagecache preset.
*
* Created on Dec 29, 2009
*
* @author 'dman' Dan Morrison http://coders.co.nz/
*/
$presets['default'] = array (
'name' => 'default',
'#weight' => -1,
'effects' => array(),
);