7 lines
138 B
PHP
Executable File
7 lines
138 B
PHP
Executable File
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['index'] = array(
|
|
'latest_products' => "Последние Продукты"
|
|
);
|
|
?>
|