diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-08-31 20:22:37 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-08-31 20:22:37 +0000 |
commit | c64db1da29a6b2067f09e66e5e85e8877b489cb0 (patch) | |
tree | d4f837bbb16e60d4fdd30a5974fd3aca066527e3 /modules/block | |
parent | cdd120ed20922a3130f108ff60b47a4f2130c44d (diff) | |
download | brdo-c64db1da29a6b2067f09e66e5e85e8877b489cb0.tar.gz brdo-c64db1da29a6b2067f09e66e5e85e8877b489cb0.tar.bz2 |
- Patch #80952 by earl, webchick, neclimdul et al: .info files
Diffstat (limited to 'modules/block')
-rw-r--r-- | modules/block/block.info | 4 | ||||
-rw-r--r-- | modules/block/block.module | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/modules/block/block.info b/modules/block/block.info new file mode 100644 index 000000000..906099324 --- /dev/null +++ b/modules/block/block.info @@ -0,0 +1,4 @@ +; $Id$ +name = Block +description = Controls the boxes that are displayed around the main content. + diff --git a/modules/block/block.module b/modules/block/block.module index 7430312fd..0a915b7be 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -38,8 +38,6 @@ function block_help($section) { ', 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>'; return $output; - case 'admin/settings/modules#description': - return t('Controls the boxes that are displayed around the main content.'); case 'admin/build/block': return t(" <p>Blocks are boxes of content that may be rendered into certain regions of your web pages, for example, into sidebars. They are usually generated automatically by modules, but administrators can create blocks manually.</p> |