You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
409 B
15 lines
409 B
<?= $this->extend('Templates/Admin') ?> |
|
|
|
<?= $this->section('content') ?> |
|
<ol class="breadcrumb"> |
|
<li class="breadcrumb-item active"><?= lang('Admin.homeBreadcrumbTitle') ?></li> |
|
</ol> |
|
<div class="card mb-3"> |
|
<div class="card-header"> |
|
<?= lang('Admin.homeHeader') ?> |
|
</div> |
|
<div class="card-body"> |
|
<p class="lead"><?= lang('Admin.homeText') ?></p> |
|
</div> |
|
</div> |
|
<?= $this->endSection() ?>
|
|
|