summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-10-14 10:56:35 +0000
committerDries Buytaert <dries@buytaert.net>2009-10-14 10:56:35 +0000
commita019a9ebb050883437e759cd96b5d32a717de318 (patch)
tree6007bc3950525b055bdc05d9ac2ba9c0ebb6b408 /profiles
parent3314d417715ac2e7032278a56121df5b7251c3ce (diff)
downloadbrdo-a019a9ebb050883437e759cd96b5d32a717de318.tar.gz
brdo-a019a9ebb050883437e759cd96b5d32a717de318.tar.bz2
- Patch #563708 by JohnAlbin, joshmiller: improve theme_get_setting() and make custom theme settings a true form_alter().
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/default.install5
1 files changed, 0 insertions, 5 deletions
diff --git a/profiles/default/default.install b/profiles/default/default.install
index 07d9332cd..2ca6f19e5 100644
--- a/profiles/default/default.install
+++ b/profiles/default/default.install
@@ -189,11 +189,6 @@ function default_install() {
variable_set('user_picture_file_size', '800');
variable_set('user_picture_style', 'thumbnail');
- $theme_settings = theme_get_settings();
- $theme_settings['toggle_node_user_picture'] = '1';
- $theme_settings['toggle_comment_user_picture'] = '1';
- variable_set('theme_settings', $theme_settings);
-
// Create a default vocabulary named "Tags", enabled for the 'article' content type.
$description = st('Use tags to group articles on similar topics into categories.');
$help = st('Enter a comma-separated list of words to describe your content.');