From ec7ff41cc58d1604918e0e10aeeef1bed9dd5d52 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 4 Jan 2010 21:31:52 +0000 Subject: #580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link. --- 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 0fa28c38f..6129e66ee 100644 --- a/modules/help/help.module +++ b/modules/help/help.module @@ -41,7 +41,7 @@ function help_help($path, $arg) { $output = '

' . t('Please follow these steps to set up and start using your website:') . '

'; $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/config'))) . '
  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/config/modules'), '@download_modules' => 'http://drupal.org/project/modules')) . '
  4. '; + $output .= '
  5. ' . 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/modules'), '@download_modules' => 'http://drupal.org/project/modules')) . '
  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 .= '
'; -- cgit v1.2.3