From 729fa6c11b604dc549fb8385a03fb9af28ca68d3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 7 Aug 2006 15:04:16 +0000 Subject: - Patch #77422 by timcn: corrected various paths in the documentation. --- modules/block/block.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/block') diff --git a/modules/block/block.module b/modules/block/block.module index 2cedded9e..2b6d6b948 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -32,8 +32,8 @@ function block_help($section) { $output .= '

'. t('Administrators can also define custom blocks. These blocks consist of a title, a description, and a body which can be as long as you wish. Block content can be in any of the input formats supported for other content.') .'

'; $output .= t('

You can

', array('%admin-block' => url('admin/build/block'), '%admin-block-add' => url('admin/build/block/add'))); $output .= '

'. t('For more information please read the configuration and customization handbook Block page.', array('%block' => 'http://drupal.org/handbook/modules/block/')) .'

'; -- cgit v1.2.3