7 lines
123 B
PHP
7 lines
123 B
PHP
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['index'] = array(
|
|
'latest_products' => "Últimos Produtos"
|
|
);
|
|
?>
|