8
0
Fork 0
GeoIP/copy_this/modules/d3/d3geoip/modules/components/d3_oxcmp_lang_geoip.php

13 Zeilen
264 B
PHP

<?php
class d3_oxcmp_lang_geoip extends d3_oxcmp_lang_geoip_parent
{
public function init()
{
$oLocation = oxNew('d3geoip');
//$oLocation->setUserCountry();
$oLocation->setCountryLanguage();
return parent::init();
}
}