From da5a4034ae2d63acb6d1bd28d81cb22026d22894 Mon Sep 17 00:00:00 2001 From: cornernote Date: Wed, 12 Aug 2015 15:09:45 +0930 Subject: [PATCH] change link order --- src/views/layouts/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/layouts/main.php b/src/views/layouts/main.php index d32c556..d674741 100644 --- a/src/views/layouts/main.php +++ b/src/views/layouts/main.php @@ -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'], ], ]);