diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-08-07 15:04:16 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-08-07 15:04:16 +0000 |
commit | 729fa6c11b604dc549fb8385a03fb9af28ca68d3 (patch) | |
tree | a88802317b1d79f9fd037e7c978ae4b1a0068e30 /modules/block | |
parent | bda6fa2b715199e4f9b25b3bfcd926e10d33a89c (diff) | |
download | brdo-729fa6c11b604dc549fb8385a03fb9af28ca68d3.tar.gz brdo-729fa6c11b604dc549fb8385a03fb9af28ca68d3.tar.bz2 |
- Patch #77422 by timcn: corrected various paths in the documentation.
Diffstat (limited to 'modules/block')
-rw-r--r-- | modules/block/block.module | 4 |
1 files changed, 2 insertions, 2 deletions
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 .= '<p>'. 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.') .'</p>'; $output .= t('<p>You can</p> <ul> -<li>enable, throttle and configure blocks at <a href="%admin-block">administer >> blocks</a>.</li> -<li>add an administrator-defined block at <a href="%admin-block-add">administer >> blocks >> add block</a>.</li> +<li>enable, throttle and configure blocks at <a href="%admin-block">administer >> site building >> blocks</a>.</li> +<li>add an administrator-defined block at <a href="%admin-block-add">administer >> site building >> blocks >> add block</a>.</li> </ul> ', array('%admin-block' => url('admin/build/block'), '%admin-block-add' => url('admin/build/block/add'))); $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%block">Block page</a>.', array('%block' => 'http://drupal.org/handbook/modules/block/')) .'</p>'; |