castopod/app/Views/admin/my_account/view.php

14 lines
257 B
PHP

<?= $this->extend('admin/_layout') ?>
<?= $this->section('title') ?>
<?= lang('MyAccount.info') ?>
<?= $this->endSection() ?>
<?= $this->section('content') ?>
<?= view('admin/_partials/_user_info.php', ['user' => user()]) ?>
<?= $this->endSection()
?>