6 lines
110 B
PHP
6 lines
110 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
/* @var $this yii\web\View */
|
||
|
|
|
||
|
|
$this->title = 'Lampang';
|
||
|
|
$this->params['breadcrumbs'][] = $this->title;
|