mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-10 02:06:42 +02:00
9 lines
215 B
PHP
9 lines
215 B
PHP
<?= $this->extend('_layout') ?>
|
|
|
|
<?= $this->section('pageTitle') ?>
|
|
<?= lang('Podcast.platforms.title') ?>
|
|
<?= $this->endSection() ?>
|
|
|
|
<?= $this->section('content') ?>
|
|
Podcast settings...
|
|
<?= $this->endSection() ?>
|