aboutsummaryrefslogtreecommitdiff
path: root/includes/gui/navigation.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/gui/navigation.php')
-rwxr-xr-x[-rw-r--r--]includes/gui/navigation.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/gui/navigation.php b/includes/gui/navigation.php
index 68d27c5..3cf35c3 100644..100755
--- a/includes/gui/navigation.php
+++ b/includes/gui/navigation.php
@@ -1,6 +1,7 @@
+<?php global $general; ?>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark">
<div class="container-fluid">
- <a class="navbar-brand" href="/">Cloudburst System</a>
+ <a class="navbar-brand" href="/"><?= $general["name"] ?></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>