BLOCK_REGION_NONE
Definition
Description
Denotes that a block is not enabled in any region and should not be shown.
Code
<?php
define('BLOCK_REGION_NONE', -1);
?> Denotes that a block is not enabled in any region and should not be shown.
<?php
define('BLOCK_REGION_NONE', -1);
?>