abhi1693/yii2-app-advanced-startup-kit

View on GitHub
frontend/views/site/about.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
use yii\helpers\Html;

/* @var $this yii\web\View */
$this->title = 'About';
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="site-about">
    <h1><?= Html::encode($this->title) ?></h1>

    <p>This is the About page. You may modify the following file to customize its content:</p>

    <code><?= __FILE__ ?></code>
</div>