A free, self-hostable aggregator…
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
341 B

<div class="post content">
<?php if ($this->can_register) { ?>
<a href="<?php echo _url('auth', 'register'); ?>">
<?php echo _t('gen.action.back'); ?>
</a>
<?php } else { ?>
<a href="<?php echo _url('index', 'index'); ?>">
<?php echo _t('gen.action.back'); ?>
</a>
<?php } ?>
<?php echo $this->terms_of_service; ?>
</div>