4images Forum & Community

4images Issues / Ausgaben => Feedback & Suggestions => Topic started by: thunderstrike on September 23, 2007, 05:47:17 PM

Title: [FIX] - Euro character
Post by: thunderstrike on September 23, 2007, 05:47:17 PM
For Euro populate, 4images no see Euro sign for people create / use cart MODs.

In includes/functions.php file,

find:

Quote
$text = str_replace("\\'", "'", $text);

add after:

Code: [Select]
$text = str_replace("€", "€", $text);