9 lines
192 B
PHP
9 lines
192 B
PHP
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['info'] = array (
|
|
'information' => "Informations",
|
|
'products' => "Produits",
|
|
'categories' => "Catégories:",
|
|
'prices' => "Prix:"
|
|
);
|
|
?>
|