7 lines
152 B
PHP
7 lines
152 B
PHP
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['viewDoc'] = array(
|
|
'error' => "Foutmelding",
|
|
'does_not_exist' => "Dit document bestaat niet."
|
|
);
|
|
?>
|