summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html2
-rw-r--r--templates/menu.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index c7782bd..bee2d95 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1 +1 @@
-<p>Welcome to the new KtT Shop System.</p>
+<p>Welcome to the new {{{SHORTNAME}}} Shop System.</p>
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>