diff --git a/modules/block/block.module b/modules/block/block.module index 647f12a4c988f2256303d0143f01ab10a3f8cec2..b65713d39ab20edfd9dcd248ff31a0a7cdb4b85d 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -70,7 +70,7 @@ function block_help($path, $arg) { $output = '

'. t('Blocks are boxes of content rendered into an area, or region, of a web page. The default theme Garland, for example, implements the regions "left sidebar", "right sidebar", "content", "header", and "footer", and a block may appear in any one of these areas. The blocks administration page provides a drag-and-drop interface for assigning a block to a region, and for controlling the order of blocks within regions.', array('@blocks' => url('admin/build/block'))) .'

'; $output .= '

'. t('Although blocks are usually generated automatically by modules (like the User login block, for example), administrators can also define custom blocks. Custom blocks have a title, description, and body. The body of the block can be as long as necessary, and can contain content supported by any available input format.', array('@input-format' => url('admin/settings/filters'))) .'

'; $output .= '

'. t('When working with blocks, remember that:') .'

'; - $output .= '