From 82b51dff1d2fd90b439129c70b415d30a06d1bce Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 10 Sep 2009 06:32:54 +0000 Subject: - Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links. --- modules/block/block.module | 2 +- modules/contact/contact.module | 2 +- modules/help/help.api.php | 5 ++--- modules/help/help.module | 2 +- modules/system/system.admin.inc | 4 ++-- modules/system/system.module | 9 --------- modules/translation/translation.module | 2 +- modules/update/update.module | 4 ++-- 8 files changed, 10 insertions(+), 20 deletions(-) (limited to 'modules') diff --git a/modules/block/block.module b/modules/block/block.module index 803c477fe..55f34ac2b 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -18,7 +18,7 @@ function block_help($path, $arg) { switch ($path) { case 'admin/help#block': $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/structure/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 text format.', array('@text-format' => url('admin/settings/filter'))) . '

'; + $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 text format.', array('@text-format' => url('admin/config/content/formats'))) . '

'; $output .= '

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

'; $output .= '