castopod/modules/Admin/Views/podcast/settings/dashboard.php

14 lines
333 B
PHP
Raw Normal View History

<?= $this->extend('Modules\Admin\Views\_layout') ?>
<?= $this->section('title') ?>
<?= lang('Podcast.platforms.title') ?>
<?= $this->endSection() ?>
<?= $this->section('pageTitle') ?>
<?= lang('Podcast.platforms.title') ?>
<?= $this->endSection() ?>
<?= $this->section('content') ?>
Podcast settings...
<?= $this->endSection() ?>