summaryrefslogtreecommitdiffstats
path: root/templates/menu.html
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmx.com>2018-01-02 13:58:11 +0100
committerSebastian Reichel <sre@ring0.de>2018-06-28 01:52:53 +0200
commit207e77c7cbab87f3bf537dd11ca391f12df01129 (patch)
treec8ad4ae435dca1b2e77d0ddfab72c5a57dd3290b /templates/menu.html
parentf07b648ce9b6f06200bdd0090d1fdac15fd3351d (diff)
downloadserial-barcode-scanner-207e77c7cbab87f3bf537dd11ca391f12df01129.tar.bz2
all: replace hard-coded KtT branding with dynamic text
* extend config file with general details * extend curves-ui makefile add config * Use name from config * replace static text with dynamic text * read short name and long name from config * replace SHORTNAME tags with the shortname * replace mail related branding information * add missing Replacement * make VAT (Umsatzsteuer) optional * make space name dynamic * make short name in treasuremail text dynamic * make pdf text more dynamic
Diffstat (limited to 'templates/menu.html')
-rw-r--r--templates/menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu.html b/templates/menu.html
index 764068a..01b61df 100644
--- a/templates/menu.html
+++ b/templates/menu.html
@@ -1,5 +1,5 @@
<div class="navbar-inner">
- <a class="brand" href="/">KtT Shop System</a>
+ <a class="brand" href="/">{{{SHORTNAME}}} Shop System</a>
<ul class="nav">
<li class="{{{MENU.home}}}"><a href="/">Home</a></li>