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

9 lines
196 B
PHP
Executable File

<?php
$lv = !$langBully ? "lang" : "bully";
${$lv}['info'] = array (
'information' => "Informasjon",
'products' => "Produkter:",
'categories' => "Kategorier:",
'prices' => "Priser:"
);
?>