change link order
This commit is contained in:
parent
880f9dccb1
commit
da5a4034ae
@ -38,8 +38,8 @@ echo Nav::widget([
|
||||
'options' => ['class' => 'navbar-nav'],
|
||||
'items' => [
|
||||
['label' => 'Browse', 'url' => ['/mod/index'], 'active' => (Yii::$app->controller->id == 'mod' && Yii::$app->controller->action->id != 'create')],
|
||||
['label' => 'Submit', 'url' => ['/mod/create']],
|
||||
['label' => 'Random', 'url' => ['/mod/random']],
|
||||
['label' => 'Submit', 'url' => ['/mod/create']],
|
||||
['label' => 'Docs', 'url' => ['/docs/index'], 'active' => Yii::$app->controller->id == 'docs'],
|
||||
],
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user