Files
bobsleighphotos.com/_cubecart/CubeCart-4.3.0/language/nl/includes/boxes/info.inc.php
2017-03-02 20:30:40 -06:00

9 lines
194 B
PHP
Executable File

<?php
$lv = !$langBully ? "lang" : "bully";
${$lv}['info'] = array (
'information' => "Informatie",
'products' => "Producten:",
'categories' => "Categorie&euml;n:",
'prices' => "Prijzen:"
);
?>