9 lines
179 B
PHP
Executable File
9 lines
179 B
PHP
Executable File
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['info'] = array (
|
|
'information' => "dati",
|
|
'products' => "Prodotti:",
|
|
'categories' => "Categorie:",
|
|
'prices' => "Prezzi:"
|
|
);
|
|
?>
|