From c64db1da29a6b2067f09e66e5e85e8877b489cb0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 31 Aug 2006 20:22:37 +0000 Subject: - Patch #80952 by earl, webchick, neclimdul et al: .info files --- modules/block/block.info | 4 ++++ modules/block/block.module | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 modules/block/block.info (limited to 'modules/block') 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 .= '

'. t('For more information please read the configuration and customization handbook Block page.', array('@block' => 'http://drupal.org/handbook/modules/block/')) .'

'; 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("

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.

-- cgit v1.2.3