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

10 lines
204 B
PHP
Executable File

<?php
$lv = !$langBully ? "lang" : "bully";
${$lv}['info'] = array (
'information' => "Informaci&oacute;n",
'products' => "Productos:",
'categories' => "Categor&iacute;as:",
'prices' => "Precios:"
);
?>