Contributions API

Calling all Drupal developers!

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

Modules in 6

BLOCK_CACHE_GLOBAL

Definition

6/modules/block/block.module

Description

The block is the same for every user on every page where it is visible.

Code

<?php
define('BLOCK_CACHE_GLOBAL', 0x0008);
?>