<?
// ============================================================================
// ============================================================================
// == Predefined Currencies for use with the CurrencyDisplay class
// ============================================================================
// ============================================================================
include "class_currency_display.php";
$c_euros = new CurrencyDisplay("euro", "Euro" ,2,","," ",1,8);
$c_euros_netscape = new CurrencyDisplay("euro netscape",'€',2,","," ",1,8);
$c_euros_explorer = new CurrencyDisplay("euro explorer",'€',2,","," ",1,8);
$c_francs = new CurrencyDisplay("french franc", "FF",2,","," ",1,8);
$c_euros_gif = new CurrencyDisplay("euro",'<img src="euro.gif" alt="" width=10 height=10 border=0>',2,","," ",1,8);
?>
|