Blocks

Last modified: August 25, 2009 - 03:35

The Section

The blocks section contains the column of boxes which can be used to display various navigation and feature options, such as Forum Topics, Blogs, Who's Online, and Syndicate. Blocks sections can be configured to appear on the left or right of a page, or on both sides. The section begins and ends with this code:

<!-- BEGIN: blocks -->
<!-- END: blocks -->

{blocks}

This tag is replaced by whatever blocks have been switched on in the Administration page (admin/system/block).

Block

The block section defines the structure of each block, note the 's' in block/blocks.

<!-- BEGIN: block -->
<!-- END: block -->

{module}

The name of the module who's block is being displayed, this is added to a CSS class and ID which can be used customise the look of the block.

{delta}

Adds a number to the ID of a block, so that each block has a unique ID even if a module displays more than one block.

{title}

The title of the block.

{content}

The content of a block.

The Section

The blocks section contains the column of boxes which can be used to display various navigation and feature options, such as Forum Topics, Blogs, Who's Online, and Syndicate. Blocks sections can be configured to appear on the left or right of a page, or on both sides. The section begins and ends with this code:

<!-- BEGIN: blocks -->
<!-- END: blocks -->

{blocks}

This tag is replaced by whatever blocks have been switched on in the Administration page (admin/system/block).

Block

The block section defines the structure of each block, note the 's' in block/blocks.

<!-- BEGIN: block -->
<!-- END: block -->

{module}

The name of the module who's block is being displayed, this is added to a CSS class and ID which can be used customise the look of the block.

{delta}

Adds a number to the ID of a block, so that each block has a unique ID even if a module displays more than one block.

{title}

The title of the block.

{content}

The content of a block.

 
 

Drupal is a registered trademark of Dries Buytaert.