5 lines
86 B
PHP
5 lines
86 B
PHP
|
<?php
|
||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
'label_langue' => 'Language'
|
||
|
);
|