apply.phtml 355 B

1234567891011121314151617
  1. <?php
  2. /** @var FreshRSS_View $this */
  3. $this->partial('aside_configure');
  4. ?>
  5. <main class="post">
  6. <div class="link-back-wrapper">
  7. <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
  8. </div>
  9. <h1><?= _t('admin.update') ?></h1>
  10. <?php
  11. // @phpstan-ignore-next-line
  12. ask_info_update();
  13. ?>
  14. </main>