updated features, removed watermark
This commit is contained in:
@@ -1161,9 +1161,10 @@ function admin_strongarm() {
|
||||
'default_logo' => 1,
|
||||
'logo_path' => '',
|
||||
'logo_upload' => '',
|
||||
'default_favicon' => 1,
|
||||
'favicon_path' => '',
|
||||
'default_favicon' => 0,
|
||||
'favicon_path' => 'sites/all/themes/figureslibres/clameurs/icon.png',
|
||||
'favicon_upload' => '',
|
||||
'favicon_mimetype' => 'image/png',
|
||||
);
|
||||
$export['theme_settings'] = $strongarm;
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ function clameurs_default_fe_block_settings() {
|
||||
'weight' => 0,
|
||||
),
|
||||
),
|
||||
'title' => '',
|
||||
'title' => '<none>',
|
||||
'visibility' => 0,
|
||||
);
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ function clameurs_image_default_styles() {
|
||||
$styles['video_thumb_docu'] = array(
|
||||
'label' => 'video_thumb_docu',
|
||||
'effects' => array(
|
||||
11 => array(
|
||||
1 => array(
|
||||
'name' => 'image_scale_and_crop',
|
||||
'data' => array(
|
||||
'width' => 300,
|
||||
@@ -67,17 +67,6 @@ function clameurs_image_default_styles() {
|
||||
),
|
||||
'weight' => -9,
|
||||
),
|
||||
10 => array(
|
||||
'name' => 'canvasactions_file2canvas',
|
||||
'data' => array(
|
||||
'xpos' => 'center',
|
||||
'ypos' => 'center',
|
||||
'alpha' => 90,
|
||||
'scale' => '',
|
||||
'path' => 'sites/all/themes/figureslibres/clameurs/images/video_overlay.png',
|
||||
),
|
||||
'weight' => -8,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
@@ -100,7 +89,7 @@ function clameurs_image_default_styles() {
|
||||
$styles['video_thumb_themat'] = array(
|
||||
'label' => 'video_thumb_themat',
|
||||
'effects' => array(
|
||||
8 => array(
|
||||
3 => array(
|
||||
'name' => 'image_scale_and_crop',
|
||||
'data' => array(
|
||||
'width' => 760,
|
||||
@@ -108,17 +97,6 @@ function clameurs_image_default_styles() {
|
||||
),
|
||||
'weight' => -9,
|
||||
),
|
||||
2 => array(
|
||||
'name' => 'canvasactions_file2canvas',
|
||||
'data' => array(
|
||||
'xpos' => 'center',
|
||||
'ypos' => 'center',
|
||||
'alpha' => 90,
|
||||
'scale' => '',
|
||||
'path' => 'sites/all/themes/figureslibres/clameurs/images/video_overlay.png',
|
||||
),
|
||||
'weight' => -8,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user