6 lines
121 B
PHP
Executable File
6 lines
121 B
PHP
Executable File
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['randomProd'] = array(
|
|
'featured_prod' => "Aktuelt produkt"
|
|
)
|
|
?>
|