castopod/app/Views/admin/podcast/settings/dashboard.php

14 lines
319 B
PHP

<?= $this->extend('admin/_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() ?>