Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 6

BLOCK_REGION_NONE

Definition

6/modules/block/block.module

Description

Denotes that a block is not enabled in any region and should not be shown.

Code

<?php
define('BLOCK_REGION_NONE', -1);
?>