aboutsummaryrefslogtreecommitdiff
path: root/app/views/index/tos.phtml
blob: 38dd0add637566e5e52c949bdc2152cdb23c368c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="post content">
	<?php if ($this->can_register) { ?>
		<a href="<?= _url('auth', 'register') ?>">
			<?= _t('gen.action.back') ?>
		</a>
	<?php } else { ?>
		<a href="<?= _url('index', 'index') ?>">
			<?= _t('gen.action.back') ?>
		</a>
	<?php } ?>

	<?= $this->terms_of_service ?>
</div>