topicCreate.php 281 B

12345678910
  1. <?php
  2. $this->title = 'Добавить новый рубрику';
  3. $this->params['breadcrumbs'][] = ['label' => 'Рубрики', 'url' => ['topiclist']];
  4. $this->params['breadcrumbs'][] = $this->title;
  5. ?>
  6. <?= $this->render('formTopic', [
  7. 'model' => $model,
  8. ]) ?>