aboutsummaryrefslogtreecommitdiff
path: root/includes/gui/navigation.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-12 15:42:17 +0200
committerMinteck <contact@minteck.org>2022-04-12 15:42:17 +0200
commit300ab1d94c7d476a6c87f1d32d1756d8b04e3dbf (patch)
tree76de0ad8e98228eb63becd9db6f57141302b23ab /includes/gui/navigation.php
parent62c7e1a74b35ef6d054fdf015d60ba52dc10eb14 (diff)
downloadcloudsdale-300ab1d94c7d476a6c87f1d32d1756d8b04e3dbf.tar.gz
cloudsdale-300ab1d94c7d476a6c87f1d32d1756d8b04e3dbf.tar.bz2
cloudsdale-300ab1d94c7d476a6c87f1d32d1756d8b04e3dbf.zip
Improvements on PluralKit
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>