Prepare for embedded mode

This commit is contained in:
Bernd Bestel
2018-07-18 19:07:00 +02:00
parent 3131b8965e
commit 3afeb44b1d
3 changed files with 12 additions and 2 deletions

View File

@@ -164,7 +164,7 @@
</ul>
<ul class="navbar-nav ml-auto">
@if(AUTHENTICATED === true)
@if(AUTHENTICATED === true && $isEmbeddedInstallation === false)
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle discrete-link" href="#" data-toggle="dropdown"><i class="fas fa-user"></i> {{ HTTP_USER }}</a>