storyCreate.php 275 B

12345678910
  1. <?php
  2. $this->title = 'Добавить новый сюжет';
  3. $this->params['breadcrumbs'][] = ['label' => 'Сюжеты', 'url' => ['storylist']];
  4. $this->params['breadcrumbs'][] = $this->title;
  5. ?>
  6. <?= $this->render('formStory', [
  7. 'model' => $model,
  8. ]) ?>