surat/frontend/views/site/index.php

6 lines
108 B
PHP
Raw Normal View History

2024-12-25 03:04:59 +00:00
<?php
/* @var $this yii\web\View */
2024-12-27 09:24:36 +00:00
$this->title = 'Surat';
2024-12-25 03:04:59 +00:00
$this->params['breadcrumbs'][] = $this->title;