4 lines
151 B
PHP
4 lines
151 B
PHP
<?=$this->layout('layout', ['title' => $title, 'path_module' => 'admin.home'])?>
|
|
<?=$this->start('content')?>
|
|
<?=$content?>
|
|
<?=$this->end('content')?>
|