6 lines
117 B
PHP
Executable File
6 lines
117 B
PHP
Executable File
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['index'] = array(
|
|
'latest_products' => "Nieuwste Producten"
|
|
);
|
|
?>
|