cxfoot/views/site/index.php
2023-10-24 14:54:18 +08:00

11 lines
126 B
PHP

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