castopod/themes/cp_admin/podcast/settings/dashboard.php
Yassine Doghri 7a276764e6 feat(themes): add ViewThemes library to set views in root themes folder
app, admin, install and authentication views are now located in root themes/ folder
2021-12-29 11:54:52 +00:00

14 lines
313 B
PHP

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