_menu.php 212 B

1234
  1. <?= \yii\widgets\Menu::widget(['options' => ['class' => 'nav nav-pills nav-stacked'],'items' => [
  2. ['label' => '账户','url' => ['/user/profile']],
  3. ['label' => '信息','url' => ['/user/profile']],
  4. ]]) ?>