From fa9d166f7e840d0e1a83809c5f58d85ee3b715a0 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 11 Mar 2015 11:03:44 +0100 Subject: Valuta icon in timeline is now an option --- classes/constants.class.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/constants.class.php b/classes/constants.class.php index aa11ffb..bb9da03 100644 --- a/classes/constants.class.php +++ b/classes/constants.class.php @@ -53,7 +53,7 @@ class constants { * @const invoice_bic The BIC code of your bank * @const invoice_tel_nr Your telephone number * @const invoice_email Your email address - * @var invoice_valuta The valuta symbol (will be placed in front of amounts). You can use a symbol like $ or a code like USD + * @const invoice_valuta The valuta symbol (will be placed in front of amounts). You can use a symbol like $ or a code like USD */ const invoice_name = 'BusinessAdmin'; const invoice_address_1 = 'My Street 1'; @@ -66,6 +66,9 @@ class constants { const invoice_email = 'my-email@domain.tld'; const invoice_valuta = '€'; + /** @const fa_valuta see http://fontawesome.io/icons/#currency; the fa- postfix for valuta */ + const fa_valuta = 'eur'; + /** @const version Version of BusinessAdmin. Don't change this yourself! */ const version = '0.2.1'; } \ No newline at end of file -- cgit v1.2.3