From dc856e22cdfe18ff3cea4575136a1453b5129ee1 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 26 Aug 2009 03:01:06 +0000 Subject: #559306 by emmajane: Remove 'Select different theme' permission which was left in accidentally after removing the per-user theme feature from core. --- modules/system/system.module | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'modules') diff --git a/modules/system/system.module b/modules/system/system.module index 2e5101677..bf3ebe63f 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -107,7 +107,7 @@ function system_help($path, $arg) { case 'admin/by-module': return '

' . t('This page shows you all available administration tasks for each module.') . '

'; case 'admin/appearance': - $output = '

' . t('Select which themes are available to your users and specify the default theme. To configure site-wide display settings, click the "configure" task above. Alternatively, to override these settings in a specific theme, click the "configure" link for that theme. Note that different themes may have different regions available for displaying content; for consistency in presentation, you may wish to enable only one theme.') . '

'; + $output = '

' . t('Select the default theme for Drupal. To configure site-wide display settings, click the "configure" task above. Alternatively, to override these settings in a specific theme, click the "configure" link for that theme. Note that different themes may have different regions available for displaying content.') . '

'; $output .= '

' . t('To change the appearance of your site, a number of contributed themes are available.', array('@themes' => 'http://drupal.org/project/themes')) . '

'; return $output; case 'admin/appearance/settings/' . $arg[4]: @@ -236,10 +236,6 @@ function system_permission() { 'title' => t('Access site reports'), 'description' => t('View reports from system logs and other status information.'), ), - 'select different theme' => array( - 'title' => t('Select different theme'), - 'description' => t('Select a theme other than the default theme set by the site administrator.'), - ), 'block IP addresses' => array( 'title' => t('Block IP addresses'), 'description' => t('Block IP addresses from accessing your site.'), -- cgit v1.2.3