BLOCK_CACHE_GLOBAL

Definition

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);
?>