diff options
| author | Jonas Kohl | 2024-09-18 23:05:35 +0200 | 
|---|---|---|
| committer | Jonas Kohl | 2024-09-18 23:05:35 +0200 | 
| commit | 01454544896827113e49db0d2848b5aab6ce14ae (patch) | |
| tree | 9487c3d45a04d350bca2ed8401a797ed69cd7e8a /src/application/views/template_navigation_start.php | |
| parent | a65d424263adfbff9629c7d91a613e4504c84613 (diff) | |
Many changes
Diffstat (limited to 'src/application/views/template_navigation_start.php')
| -rw-r--r-- | src/application/views/template_navigation_start.php | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/src/application/views/template_navigation_start.php b/src/application/views/template_navigation_start.php index 3c69bf4..bd2b3a5 100644 --- a/src/application/views/template_navigation_start.php +++ b/src/application/views/template_navigation_start.php @@ -7,6 +7,9 @@                  <span class="icon-bar"></span>                  <span class="icon-bar"></span>              </button> -            <a class="navbar-brand" href="."><?= htmlentities(env("MYSTIC_FORUM_TITLE") ?? "Forum") ?></a> +            <a class="navbar-brand" href="."> +                <span class="myb-icon mybblogo" aria-hidden="false"></span> +                <?= htmlentities(env("MYSTIC_FORUM_TITLE") ?? "Forum") ?> +            </a>          </div>          <div class="collapse navbar-collapse" id="nav-collapse"> |