BLOCK_CACHE_GLOBAL
Definition
Description
The block is the same for every user on every page where it is visible.
Code
<?php
define('BLOCK_CACHE_GLOBAL', 0x0008);
?> The block is the same for every user on every page where it is visible.
<?php
define('BLOCK_CACHE_GLOBAL', 0x0008);
?>