Not sure if this topic there before, i didn't find it in search so i'll post it here just in case any one will need it
this work fine with 2.5.9 ...
search for //Currency symbol and @ line 2398 add
$arrCode[]='EGY';$arrSymbol[]='LE';
@ line 6829 add
$options[]=JHTML::_('select.option',"LE","Egyptian Pound");
"LE" is the same symbol you entered @ line 2398, and "Egyptian Pound" is the name of your currency.
and chose you new currency from the back end in the configuration,
and that's all ...
Best Regards,
Wael Behiry