castopod/themes/cp_admin/dashboard.php

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() ?>