summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/block/block.module4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/block/block.module b/modules/block/block.module
index a44223e95..4c208f889 100644
--- a/modules/block/block.module
+++ b/modules/block/block.module
@@ -6,6 +6,10 @@
* Controls the boxes that are displayed around the main content.
*/
+/**
+ * Denotes that a block is not enabled in any region and should not
+ * be shown.
+ */
define('BLOCK_REGION_NONE', -1);
/**