Skip to content

Commit 0c87fab

Browse files
maximalsamdark
authored andcommittedSep 21, 2017
Used application name instead of string literal in the navbar
1 parent c49a855 commit 0c87fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎views/layouts/main.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="wrap">
3030
<?php
3131
NavBar::begin([
32-
'brandLabel' => 'My Company',
32+
'brandLabel' => Yii::$app->name,
3333
'brandUrl' => Yii::$app->homeUrl,
3434
'options' => [
3535
'class' => 'navbar-inverse navbar-fixed-top',

0 commit comments

Comments
 (0)
Please sign in to comment.