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