You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
213 B

5 years ago
5 years ago
  1. <?PHP
  2. use yii\widgets\ActiveForm;
  3. use yii\helpers\Html;
  4. $this->title = '测试';
  5. $this->params['subtitle'] = '这是一个小小的测试';
  6. $this->params['breadcrumbs'][] = $this->title;
  7. ?>
  8. <h1><?= $name ?></h1>