8
0
Fork 0
GeoIP/copy_this/modules/d3_geoip/views/d3_oxcmp_cur_geoip.php

16 Zeilen
275 B
PHP

<?
class d3_oxcmp_cur_geoip extends d3_oxcmp_cur_geoip_parent
{
public function init()
{
$oLocation = &oxNew('d3geoip');
$oLocation->setUserCountry();
$oLocation->setCountryCurrency();
return parent::init();
}
}