mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00

- clear podcast cache when setting subscription link - update and add missing translation keys
8 lines
325 B
PHP
8 lines
325 B
PHP
<?= lang('Subscription.emails.greeting', [], $subscription->podcast->language_code) ?><br/><br/>
|
|
|
|
<?= lang('Subscription.emails.deleted', [
|
|
'podcastTitle' => '<strong>' . $subscription->podcast->title . '</strong>',
|
|
], $subscription->podcast->language_code, false) ?>
|
|
|
|
<?= $this->include('subscription/email/_footer') ?>
|