Blame view

frontend/views/accounts/add-skills.php 335 Bytes
51e0a262   Yarik   test
1
2
3
4
5
6
  <?php
  use common\models\Option;
  use yii\helpers\Html;
  use yii\widgets\ActiveForm;
  use \common\widgets\MultiLangForm;
  
5f49082a   Yarik   test
7
      $this->title = 'Дополнительные навыки';
51e0a262   Yarik   test
8
9
      $this->params['breadcrumbs'][] = $this->title;
  ?>
51e0a262   Yarik   test
10
  <h1><?=  $this->title ?></h1>
51e0a262   Yarik   test
11
  <?php
5f49082a   Yarik   test
12
      $form = ActiveForm::begin();
51e0a262   Yarik   test
13
14
  ?>
  
5f49082a   Yarik   test
15
16
17
  <?php
      $form->end();
  ?>