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.
10 lines
213 B
10 lines
213 B
<?PHP
|
|
|
|
use yii\widgets\ActiveForm;
|
|
use yii\helpers\Html;
|
|
|
|
$this->title = '测试';
|
|
$this->params['subtitle'] = '这是一个小小的测试';
|
|
$this->params['breadcrumbs'][] = $this->title;
|
|
?>
|
|
<h1><?= $name ?></h1>
|