This commit is contained in:
2009-12-15 09:05:46 +00:00
parent e9235b0073
commit 1b87946f01
11 changed files with 110955 additions and 107609 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="ISO-8859-15"?>
<OX>
<OXMENU id="NAVIGATION_ESHOPADMIN">
<MAINMENU id="mxmainmenu">
<SUBMENU id="mxcountries" cl="country" list="country_list">
<TAB id="tbclcountry_geoip" cl="d3_country_geoip" />
</SUBMENU>
</MAINMENU>
</OXMENU>
</OX>

View File

@ -7,7 +7,7 @@ class d3_oxcmp_cur_geoip extends d3_oxcmp_cur_geoip_parent
{
$oLocation = &oxNew('d3geoip');
$oLocation->setUserCountry();
//$oLocation->setUserCountry();
$oLocation->setCountryCurrency();
return parent::init();

View File

@ -5,7 +5,7 @@ class d3_oxcmp_lang_geoip extends d3_oxcmp_lang_geoip_parent
public function init()
{
$oLocation = &oxNew('d3geoip');
$oLocation->setUserCountry();
//$oLocation->setUserCountry();
$oLocation->setCountryLanguage();
return parent::init();