summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-16 00:52:46 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-16 00:52:46 +0000
commit5faaa376aa8c0bb5b1a17bca8f506f8431f795b0 (patch)
tree5f002045024717ad22c440279c54cdf0ba0c0b37 /profiles
parent6abcc47e25e936aea84c2f1e287bc5e1a045fff4 (diff)
downloadbrdo-5faaa376aa8c0bb5b1a17bca8f506f8431f795b0.tar.gz
brdo-5faaa376aa8c0bb5b1a17bca8f506f8431f795b0.tar.bz2
#602938 by quicksketch: Provide default styles in image.module (add hook_image_default_styles()).
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/default.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/profiles/default/default.install b/profiles/default/default.install
index 2b07a9c1b..449a61dc8 100644
--- a/profiles/default/default.install
+++ b/profiles/default/default.install
@@ -173,16 +173,6 @@ function default_install() {
// Don't display date and author information for page nodes by default.
variable_set('node_submitted_page', FALSE);
- // Create an image style.
- $style = array('name' => 'thumbnail');
- $style = image_style_save($style);
- $effect = array(
- 'isid' => $style['isid'],
- 'name' => 'image_scale_and_crop',
- 'data' => array('width' => '85', 'height' => '85'),
- );
- image_effect_save($effect);
-
// Enable user picture support and set the default to a square thumbnail option.
variable_set('user_pictures', '1');
variable_set('user_picture_dimensions', '1024x1024');