Commit 31e4a746 authored by Tobias Munk's avatar Tobias Munk

use APP_TITLE in navigation

parent 3ab580b9
Pipeline #6158 passed with stages
...@@ -36,7 +36,7 @@ if (Yii::$app->settings->get('useSettingsAsset', 'app.assets')) { ...@@ -36,7 +36,7 @@ if (Yii::$app->settings->get('useSettingsAsset', 'app.assets')) {
<?php <?php
NavBar::begin( NavBar::begin(
[ [
'brandLabel' => getenv('APP_NAME'), 'brandLabel' => getenv('APP_TITLE'),
'brandUrl' => Yii::$app->homeUrl, 'brandUrl' => Yii::$app->homeUrl,
'options' => [ 'options' => [
'class' => 'navbar-default', 'class' => 'navbar-default',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment