GeoIP/copy_this/modules/d3_geoip/views/d3_oxcmp_lang_geoip.php

13 regels
271 B
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();
}
}