I have version 1.25: This code you changed?
if ($no_utf8)
return str_replace('€', chr(128), $ret);
return $ret;
}
static public function displayPriceSmarty($params, &$smarty)
{
$currency = new Currency(intval($params['currency']));
if (Validate::isLoadedObject($currency))
return self::displayPrice($params['price'], $currency, false, false);
return 0;
}