|
@@ -5,49 +5,46 @@
|
|
*/
|
|
*/
|
|
function fgcf_imagecache_default_presets() {
|
|
function fgcf_imagecache_default_presets() {
|
|
$items = array(
|
|
$items = array(
|
|
- 'prestataire_logo_full' => array(
|
|
|
|
- 'presetname' => 'prestataire_logo_full',
|
|
|
|
|
|
+ 'fgcf_theme_logo_liste' => array (
|
|
|
|
+ 'presetname' => 'fgcf_theme_logo_liste',
|
|
'actions' => array(
|
|
'actions' => array(
|
|
'0' => array(
|
|
'0' => array(
|
|
'weight' => '0',
|
|
'weight' => '0',
|
|
'module' => 'imagecache',
|
|
'module' => 'imagecache',
|
|
'action' => 'imagecache_scale',
|
|
'action' => 'imagecache_scale',
|
|
'data' => array(
|
|
'data' => array(
|
|
- 'width' => '200',
|
|
|
|
- 'height' => '200',
|
|
|
|
|
|
+ 'width' => '60',
|
|
|
|
+ 'height' => '60',
|
|
'upscale' => 1,
|
|
'upscale' => 1,
|
|
),
|
|
),
|
|
),
|
|
),
|
|
),
|
|
),
|
|
),
|
|
),
|
|
- 'prestataire_logo_liste' => array(
|
|
|
|
- 'presetname' => 'prestataire_logo_liste',
|
|
|
|
|
|
+ 'prestataire_logo_full' => array(
|
|
|
|
+ 'presetname' => 'prestataire_logo_full',
|
|
'actions' => array(
|
|
'actions' => array(
|
|
'0' => array(
|
|
'0' => array(
|
|
'weight' => '0',
|
|
'weight' => '0',
|
|
'module' => 'imagecache',
|
|
'module' => 'imagecache',
|
|
'action' => 'imagecache_scale',
|
|
'action' => 'imagecache_scale',
|
|
'data' => array(
|
|
'data' => array(
|
|
- 'width' => '160',
|
|
|
|
- 'height' => '48',
|
|
|
|
|
|
+ 'width' => '200',
|
|
|
|
+ 'height' => '200',
|
|
'upscale' => 1,
|
|
'upscale' => 1,
|
|
),
|
|
),
|
|
),
|
|
),
|
|
),
|
|
),
|
|
),
|
|
),
|
|
- 'fgcf_theme_logo_liste' => array (
|
|
|
|
- 'presetname' => 'fgcf_theme_logo_liste',
|
|
|
|
- 'actions' =>
|
|
|
|
- array (
|
|
|
|
- 0 =>
|
|
|
|
- array (
|
|
|
|
|
|
+ 'prestataire_logo_liste' => array(
|
|
|
|
+ 'presetname' => 'prestataire_logo_liste',
|
|
|
|
+ 'actions' => array(
|
|
|
|
+ '0' => array(
|
|
'weight' => '0',
|
|
'weight' => '0',
|
|
'module' => 'imagecache',
|
|
'module' => 'imagecache',
|
|
'action' => 'imagecache_scale',
|
|
'action' => 'imagecache_scale',
|
|
- 'data' =>
|
|
|
|
- array (
|
|
|
|
- 'width' => '60',
|
|
|
|
- 'height' => '60',
|
|
|
|
|
|
+ 'data' => array(
|
|
|
|
+ 'width' => '160',
|
|
|
|
+ 'height' => '48',
|
|
'upscale' => 1,
|
|
'upscale' => 1,
|
|
),
|
|
),
|
|
),
|
|
),
|