castopod/themes/cp_admin/dashboard.php
Yassine Doghri 7a276764e6 feat(themes): add ViewThemes library to set views in root themes folder
app, admin, install and authentication views are now located in root themes/ folder
2021-12-29 11:54:52 +00:00

15 lines
342 B
PHP

<?= helper('components') ?>
<?= $this->extend('_layout') ?>
<?= $this->section('title') ?>
<?= lang('Admin.dashboard') ?>
<?= $this->endSection() ?>
<?= $this->section('pageTitle') ?>
<?= lang('Admin.dashboard') ?>
<?= $this->endSection() ?>
<?= $this->section('content') ?>
<?= lang('Admin.welcome_message') ?>
<?= $this->endsection() ?>