7 lines
119 B
PHP
7 lines
119 B
PHP
<?php
|
|
|
|
// Last assigned box unique identifier.
|
|
$GLOBALS['g_box_uid'] = 0;
|
|
$GLOBALS['__html_box_id_map'] = array();
|
|
|
|
?>
|