您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
342B

  1. <?php
  2. use yii\helpers\Html;
  3. /* @var $this yii\web\View */
  4. $this->title = 'About';
  5. $this->params['breadcrumbs'][] = $this->title;
  6. ?>
  7. <div class="site-about">
  8. <h1><?= Html::encode($this->title) ?></h1>
  9. <p>This is the About page. You may modify the following file to customize its content:</p>
  10. <code><?= __FILE__ ?></code>
  11. </div>