cfmgrv4/app/Views/admin/welcome_message.php
2024-10-08 09:33:28 +09:00

5 lines
195 B
PHP

<?= $this->extend('layouts/admin') ?>
<?= $this->section('content') ?>
<?= $this->include('templates/admin/header'); ?>
<?= $this->include('templates/admin/footer'); ?>
<?= $this->endSection() ?>