Blame view

app/modules/admin/views/text/save.php 238 Bytes
bf807468   Alex Savenko   first commit
1
2
3
4
5
6
  <?

  $this->title = 'Добавить текстовую страницу';

  $this->params['breadcrumbs'][] = $this->title;

  ?>

  <h1>Добавить текстовую страницу</h1>

  <?= $this->render('_form',['model'=>$model]) ?>