6 lines
103 B
PHP
Executable File
6 lines
103 B
PHP
Executable File
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['skin'] = array(
|
|
'select' => "Skin Selektor:"
|
|
);
|
|
?>
|