From 4fb8e143a321f0fd689db87162cecfae029b0f24 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 26 Mar 2012 11:28:49 -0700 Subject: Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pages --- modules/menu/menu.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/menu') diff --git a/modules/menu/menu.module b/modules/menu/menu.module index 40614a162..63087d838 100644 --- a/modules/menu/menu.module +++ b/modules/menu/menu.module @@ -25,7 +25,7 @@ function menu_help($path, $arg) { case 'admin/help#menu': $output = ''; $output .= '

' . t('About') . '

'; - $output .= '

' . t('The Menu module provides an interface for managing menus. A menu is a hierarchical collection of links, which can be within or external to the site, generally used for navigation. Each menu is rendered in a block that can be enabled and positioned through the Blocks administration page. You can view and manage menus on the Menus administration page. For more information, see the online handbook entry for the Menu module.', array('@blocks' => url('admin/structure/block'), '@menus' => url('admin/structure/menu'), '@menu' => 'http://drupal.org/handbook/modules/menu/')) . '

'; + $output .= '

' . t('The Menu module provides an interface for managing menus. A menu is a hierarchical collection of links, which can be within or external to the site, generally used for navigation. Each menu is rendered in a block that can be enabled and positioned through the Blocks administration page. You can view and manage menus on the Menus administration page. For more information, see the online handbook entry for the Menu module.', array('@blocks' => url('admin/structure/block'), '@menus' => url('admin/structure/menu'), '@menu' => 'http://drupal.org/documentation/modules/menu/')) . '

'; $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Managing menus') . '
'; -- cgit v1.2.3