change link order

This commit is contained in:
cornernote 2015-08-12 14:12:02 +09:30
parent 1a627f248b
commit 2eda9777a4

View File

@ -39,8 +39,8 @@ echo Nav::widget([
'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' => 'Docs', 'url' => ['/docs/index'], 'active' => Yii::$app->controller->id == 'docs'],
['label' => 'Submit', 'url' => ['/mod/random']],
],
]);
echo Nav::widget([