Skip to content
Snippets Groups Projects
Commit 37b007dd authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'freshup-php' into 'master'

fix navi highlight of instances

See merge request !20
parents 603c49f1 535bfc1a
No related branches found
No related tags found
1 merge request!20fix navi highlight of instances
......@@ -348,7 +348,7 @@ class cronlogrenderer extends cronlog
return '';
}
$sReturn = '';
$sServer = isset($_SERVER['SERVER_NAME']) ?? false;
$sServer = $_SERVER['SERVER_NAME'] ?: false;
$sReturn .= '<li class="nav-item"><a class="nav-link nav-link" data-widget="pushmenu" href="#" role="button"><i class="fas fa-bars"></i></a></li>'
. '<li class="nav-item d-none d-sm-inline-block"><a href="#" class="nav-link">' . $this->t('instances') . ':</a></li>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment