From 9f44fd1b86fdcc412a0ce7b2d3d2048e8564a979 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 31 Jul 2009 11:20:43 +0000 Subject: =?UTF-8?q?-=20Patch=20#536440=20by=20G=C3=A1bor=20Hojtsy:=20the?= =?UTF-8?q?=20attached=20patch=20moves=20the=20Structure=20>>=20Themes=20s?= =?UTF-8?q?ection=20to=20the=20top=20level=20Appearance=20item=20as=20outl?= =?UTF-8?q?ined=20in=20the=20D7UX=20IA.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/help/help.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/help') diff --git a/modules/help/help.module b/modules/help/help.module index 6efc1e1b0..c925d5be1 100644 --- a/modules/help/help.module +++ b/modules/help/help.module @@ -40,7 +40,7 @@ function help_help($path, $arg) { $output .= '
    '; $output .= '
  1. ' . t('Configure your website Once logged in, visit the administration section, where you can customize and configure all aspects of your website.', array('@admin' => url('admin'), '@config' => url('admin/settings'))) . '
  2. '; $output .= '
  3. ' . t('Enable additional functionality Next, visit the module list and enable features which suit your specific needs. You can find additional modules in the Drupal modules download section.', array('@modules' => url('admin/structure/modules'), '@download_modules' => 'http://drupal.org/project/modules')) . '
  4. '; - $output .= '
  5. ' . t('Customize your website design To change the "look and feel" of your website, visit the themes section. You may choose from one of the included themes or download additional themes from the Drupal themes download section.', array('@themes' => url('admin/structure/themes'), '@download_themes' => 'http://drupal.org/project/themes')) . '
  6. '; + $output .= '
  7. ' . t('Customize your website design To change the "look and feel" of your website, visit the themes section. You may choose from one of the included themes or download additional themes from the Drupal themes download section.', array('@themes' => url('admin/appearance'), '@download_themes' => 'http://drupal.org/project/themes')) . '
  8. '; $output .= '
  9. ' . t('Start posting content Finally, you can add new content for your website.', array('@content' => url('node/add'))) . '
  10. '; $output .= '
'; $output .= '

' . t('For more information, please refer to the specific topics listed in the next section, or the online Drupal handbooks. You may also post at the Drupal forum, or view the wide range of other support options available.', array('@help' => url('admin/help'), '@handbook' => 'http://drupal.org/handbooks', '@forum' => 'http://drupal.org/forum', '@support' => 'http://drupal.org/support')) . '

'; -- cgit v1.2.3