Files
2017-03-02 20:30:40 -06:00

6 lines
122 B
PHP

<?php
$lv = !$langBully ? "lang" : "bully";
${$lv}['index'] = array(
'latest_products' => "Produits r&eacute;cents"
);
?>