aboutsummaryrefslogtreecommitdiff
path: root/app/views/index/tos.phtml
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-12-29 23:45:50 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-29 23:45:50 +0100
commit27c2e2490af9075524e663ca01061a71abf99d2f (patch)
tree6abda6b304034fedabf8a4cd317980c0838b3d71 /app/views/index/tos.phtml
parent05d9a5ddf8b8e4f557d812c071d1a3166ca029ea (diff)
templates and i18n: link back to rss feeds (#7162)
Diffstat (limited to 'app/views/index/tos.phtml')
-rw-r--r--app/views/index/tos.phtml18
1 files changed, 0 insertions, 18 deletions
diff --git a/app/views/index/tos.phtml b/app/views/index/tos.phtml
index 6a2aa7ce8..a6ce7274a 100644
--- a/app/views/index/tos.phtml
+++ b/app/views/index/tos.phtml
@@ -6,24 +6,6 @@
}
?>
<main class="post content<?= !FreshRSS_Auth::hasAccess() ? ' centered' : ''?>">
- <?php if (FreshRSS_Auth::hasAccess()) {?>
- <div class="link-back-wrapper">
- <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
- </div>
- <?php } elseif ($this->can_register) { ?>
- <div class="link-back-wrapper">
- <a href="<?= _url('auth', 'register') ?>">
- <?= _t('gen.action.back') ?>
- </a>
- </div>
- <?php } else { ?>
- <div class="link-back-wrapper">
- <a href="<?= _url('index', 'index') ?>">
- <?= _t('gen.action.back') ?>
- </a>
- </div>
- <?php } ?>
-
<h1><?= _t('index.tos.title')?></h1>
<?= $this->terms_of_service ?>
</main>