From f018eb16bfed09aee89c938e704e516c5822be25 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 11 Sep 2009 02:14:20 +0000 Subject: #562188 by JohnAlbin: Replaced missing theme settings page help text. --- modules/system/system.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/system/system.module b/modules/system/system.module index 7d04cffa9..4e844bf65 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -110,8 +110,8 @@ function system_help($path, $arg) { $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]: - $reference = explode('.', $arg[4], 2); + case 'admin/appearance/settings/' . $arg[3]: + $reference = explode('.', $arg[3], 2); $theme = array_pop($reference); return '

' . t('These options control the display settings for the %template theme. When your site is displayed using this theme, these settings will be used. By clicking "Reset to defaults," you can choose to use the global settings for this theme.', array('%template' => $theme, '@global' => url('admin/appearance/settings'))) . '

'; case 'admin/appearance/settings': -- cgit v1.2.3