7 lines
65 B
PHP
7 lines
65 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
/* @var $this \yii\web\View */
|
||
|
|
|
||
|
|
$this->title = 'Chat';
|
||
|
|
?>
|