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

9 lines
189 B
PHP
Executable File

<?php
$lv = !$langBully ? "lang" : "bully";
${$lv}['info'] = array (
'information' => "Informationen",
'products' => "Produkte:",
'categories' => "Kategorien:",
'prices' => "Preise:"
);
?>