simplephango/modules/admin/templates/users.php

4 lines
151 B
PHP

<?=$this->layout('layout', ['title' => $title, 'path_module' => 'admin.home'])?>
<?=$this->start('content')?>
<?=$content?>
<?=$this->end('content')?>