GeoIP/copy_this/modules/d3/d3geoip/modules/components/d3_oxcmp_lang_geoip.php

13 lines
264 B
PHP
Raw Normal View History

2012-02-15 14:15:28 +01:00
<?php
class d3_oxcmp_lang_geoip extends d3_oxcmp_lang_geoip_parent
{
public function init()
{
$oLocation = oxNew('d3geoip');
2012-02-15 14:15:28 +01:00
//$oLocation->setUserCountry();
$oLocation->setCountryLanguage();
return parent::init();
}
2009-12-15 09:52:22 +01:00
}