7 lines
121 B
PHP
7 lines
121 B
PHP
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['randomProd'] = array(
|
|
'featured_prod' => "Produto Apresentado"
|
|
)
|
|
?>
|