castopod/themes/cp_admin/plugins/view.php

16 lines
342 B
PHP

<?= $this->extend('_layout') ?>
<?= $this->section('title') ?>
<?= lang('Plugins.view') ?>
<?= $this->endSection() ?>
<?= $this->section('pageTitle') ?>
<?= lang('Plugins.view') ?>
<?= $this->endSection() ?>
<?= $this->section('content') ?>
<section class="prose">
<?= $plugin->getReadmeHTML() ?>
</section>
<?= $this->endSection() ?>