function getContinent() { return Piwik_ContinentTranslate($this->details['location_continent']); }
function getContinent() { return Piwik_ContinentTranslate(Piwik_Common::getContinent($this->details['location_country'])); }