summaryrefslogtreecommitdiffstats
path: root/modules-available/main
diff options
context:
space:
mode:
authorSimon Rettberg2019-03-05 10:05:16 +0100
committerSimon Rettberg2019-03-05 10:05:16 +0100
commit783b49e12f5a96d217e950d9cc40f465b723cc7b (patch)
tree8596f0d6c19b5f80d6e8b86935e0a078c311325b /modules-available/main
parent[syslog/locationinfo] Fix install script db refs (diff)
downloadslx-admin-783b49e12f5a96d217e950d9cc40f465b723cc7b.tar.gz
slx-admin-783b49e12f5a96d217e950d9cc40f465b723cc7b.tar.xz
slx-admin-783b49e12f5a96d217e950d9cc40f465b723cc7b.zip
[main] Make product name configurable
Diffstat (limited to 'modules-available/main')
-rw-r--r--modules-available/main/templates/main-menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/main/templates/main-menu.html b/modules-available/main/templates/main-menu.html
index 55b19833..bababc17 100644
--- a/modules-available/main/templates/main-menu.html
+++ b/modules-available/main/templates/main-menu.html
@@ -19,7 +19,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="?do=Main">OpenSLX</a>
+ <a class="navbar-brand" href="?do=Main">{{product_name}}</a>
<div id="navbar-sub" class="gray small"></div>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->