summaryrefslogtreecommitdiff
path: root/profiles/default
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default')
-rw-r--r--profiles/default/default.profile4
1 files changed, 1 insertions, 3 deletions
diff --git a/profiles/default/default.profile b/profiles/default/default.profile
index 1af48d2de..a3ddc7f2b 100644
--- a/profiles/default/default.profile
+++ b/profiles/default/default.profile
@@ -125,9 +125,7 @@ function default_profile_tasks(&$task, $url) {
variable_set('comment_page', COMMENT_NODE_DISABLED);
// Don't display date and author information for page nodes by default.
- $theme_settings = variable_get('theme_settings', array());
- $theme_settings['toggle_node_info_page'] = FALSE;
- variable_set('theme_settings', $theme_settings);
+ variable_set('node_submitted_page', FALSE);
// Create a default vocabulary named "Tags", enabled for the 'article' content type.
$description = st('Use tags to group articles on similar topics into categories.');