diff options
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> |