11 lines
136 B
PHP
11 lines
136 B
PHP
<?php
|
|
|
|
/* @var $this yii\web\View */
|
|
|
|
use app\components\SiteHelper;
|
|
|
|
$this->title = SiteHelper::getSiteName();
|
|
?>
|
|
Hi,Robot!
|
|
|