From e4ccb0827b22d10b46fbf45a9c7d7a5f4d398c3c Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 18 Feb 2016 11:12:01 +0100 Subject: aligning final article style with blog's --- src/backend/merchant.conf | 2 +- src/frontend_blog/articles/fs-essay.html | 26 +++++++++++++++++++++----- src/frontend_lib/config.php | 2 +- 3 files changed, 23 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/backend/merchant.conf b/src/backend/merchant.conf index 618ee808..657cb02f 100644 --- a/src/backend/merchant.conf +++ b/src/backend/merchant.conf @@ -11,7 +11,7 @@ HOSTNAME = localhost KEYFILE = merchant.priv # What currency does this backend accept? -CURRENCY = PUDOS +CURRENCY = EUR # FIXME: to be revised TRUSTED_MINTS = taler diff --git a/src/frontend_blog/articles/fs-essay.html b/src/frontend_blog/articles/fs-essay.html index 30da2974..b0bce3a5 100644 --- a/src/frontend_blog/articles/fs-essay.html +++ b/src/frontend_blog/articles/fs-essay.html @@ -2,15 +2,31 @@ Blog site demonstration - + -
- +
+ +

Blog site demonstration

+
+ + + + + +
+
+ diff --git a/src/frontend_lib/config.php b/src/frontend_lib/config.php index c6029c0c..5e8a0449 100644 --- a/src/frontend_lib/config.php +++ b/src/frontend_lib/config.php @@ -2,7 +2,7 @@ $REFUND_DELTA = 'P3M'; // set to false when done with local tests -$explicit_currency = "PUDOS"; +$explicit_currency = "EUR"; $MERCHANT_CURRENCY = $explicit_currency; $host = $_SERVER["HTTP_HOST"]; -- cgit v1.2.3