From 30bae36aa5068fb710e2fb3d9b76f6615adaae31 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 5 Oct 2003 08:41:48 +0000 Subject: - Bugfix: the block module's help was not being displayed. Patch by Gabor. --- modules/block.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/block.module') diff --git a/modules/block.module b/modules/block.module index eb14f84dc..ce0a02209 100644 --- a/modules/block.module +++ b/modules/block.module @@ -1,11 +1,11 @@ Blocks are the boxes visible in the sidebar(s) of your web site. These are usually generated automatically by modules (e.g. recent forum topics), but you can also create your own blocks using either static HTML or dynamic PHP content.

"; $output .= "

The sidebar each block appears in depends on both which theme you're using (some are left-only, some right, some both), and on the settings in block management.

Whether a block is visible in the first place depends on three things:

"; $output .= "

The block management screen also lets you specify the vertical sort-order of the blocks within a sidebar. You do this by assigning a weight to each block. Lighter blocks (smaller weight) \"float up\" towards the top of the sidebar. Heavier ones \"sink down\" towards the bottom of it. Once you've positioned things just so, you can preview what the layout will look like in different types of themes by clicking the preview placement link in the menu to the left.

"; -- cgit v1.2.3