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.

11 lines
297 B

<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>