diff --git a/views/communities/community.php b/views/communities/community.php index 4630656..c703adc 100644 --- a/views/communities/community.php +++ b/views/communities/community.php @@ -17,8 +17,12 @@

Currencies

Main currency: getCurrency() ?>

- 0): ?> -

Further currencies:

+ 0): ?> +

Further currencies: + + getCode() ?> + +


diff --git a/views/communities/currency_exchange_rates.php b/views/communities/currency_exchange_rates.php new file mode 100644 index 0000000..60f0fe7 --- /dev/null +++ b/views/communities/currency_exchange_rates.php @@ -0,0 +1,57 @@ +@extends(templates/layout_normal) + +@section(main) +

getName() ?> - Exchange rates for getCode() ?>

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Exchange rateValid fromExchange rateValid from
+
+
+ +
+ + + + getExchangeRate() ?>getValidFromDate()->format('Y-m-d H:i') ?>
+
+ +
+ + + +
+

+
+@endsection