_index.php 131 B

123456
  1. <?php
  2. /**
  3. * @var $this \yii\web\View
  4. * @var $topic_id integer
  5. */
  6. echo $this->render('/podcasts/index',['topic_id'=>$topic_id]);