Blame view

frontend/views/accounts/portfolio.php 245 Bytes
51e0a262   Yarik   test
1
2
3
4
5
6
7
8
9
  <?php
  use common\models\Option;
  use yii\helpers\Html;
  use yii\widgets\ActiveForm;
  use \common\widgets\MultiLangForm;
  
      $this->title = 'Мой профиль';
      $this->params['breadcrumbs'][] = $this->title;
  ?>
7eb29439   Yarik   test
10
  <h1><?=  $this->title ?></h1>