6 lines
114 B
PHP
6 lines
114 B
PHP
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['index'] = array(
|
|
'latest_products' => "Latest Products"
|
|
);
|
|
?>
|