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

16 regels
277 B
PHP

2009-12-15 09:52:22 +01:00
<?
class d3_oxcmp_cur_geoip extends d3_oxcmp_cur_geoip_parent
{
public function init()
{
$oLocation = &oxNew('d3geoip');
2009-12-15 10:05:46 +01:00
//$oLocation->setUserCountry();
2009-12-15 09:52:22 +01:00
$oLocation->setCountryCurrency();
return parent::init();
}
}