Issue #1387964 by yoroy, themic8, realityloop, galooph: Fixed People miss the first section of the help overview page.
parent
2d10571605
commit
1146ebd4c6
|
@ -30,7 +30,8 @@ function help_menu() {
|
|||
function help_help($path, $arg) {
|
||||
switch ($path) {
|
||||
case 'admin/help':
|
||||
$output = '<p>' . t('Follow these steps to set up and start using your website:') . '</p>';
|
||||
$output = '<h2>' . t('Getting Started') . '</h2>';
|
||||
$output .= '<p>' . t('Follow these steps to set up and start using your website:') . '</p>';
|
||||
$output .= '<ol>';
|
||||
$output .= '<li>' . t('<strong>Configure your website</strong> Once logged in, visit the <a href="@admin">administration section</a>, where you can <a href="@config">customize and configure</a> all aspects of your website.', array('@admin' => url('admin'), '@config' => url('admin/config'))) . '</li>';
|
||||
$output .= '<li>' . t('<strong>Enable additional functionality</strong> Next, visit the <a href="@modules">module list</a> and enable features which suit your specific needs. You can find additional modules in the <a href="@download_modules">Drupal modules download section</a>.', array('@modules' => url('admin/modules'), '@download_modules' => 'http://drupal.org/project/modules')) . '</li>';
|
||||
|
|
Loading…
Reference in New Issue