Files
bobsleighphotos.com/production/language/nl/includes/content/viewDoc.inc.php
2017-03-02 20:30:40 -06:00

7 lines
152 B
PHP

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