TESTING - Lang updates

This commit is contained in:
Yuki K 2016-09-15 01:44:59 -04:00
parent 7692471592
commit a3dd19e208
2 changed files with 4 additions and 7 deletions

View File

@ -1,8 +1,5 @@
<div>
<ul>
<li><?= $this->linkToIf($this->post->previous_id(), $this->t('.previous'), array('post#show', 'id' => $this->post->previous_id())) ?> <?= $this->linkToIf($this->post->next_id(), $this->t('.next'), array('post#show', 'id' => $this->post->next_id())) ?> <?= $this->linkTo($this->t('.random'), 'post#random') ?></li>
<?php if ($this->post->parent_id) : ?>
<li><?= $this->linkTo($this->t('.parent'), array('post#show', 'id' => $this->post->parent_id)) ?></li>
<?php endif ?>
<li><?= $this->linkToIf($this->post->previous_id(), $this->t('.previous'), array('post#show', 'id' => $this->post->previous_id())) ?> <?php if ($this->post->parent_id) : ?><?= $this->linkTo($this->t('.parent'), array('post#show', 'id' => $this->post->parent_id)) ?><?php endif ?><?= $this->linkToIf($this->post->next_id(), $this->t('.next'), array('post#show', 'id' => $this->post->next_id())) ?> <?= $this->linkTo($this->t('.random'), 'post#random') ?></li>
</ul>
</div>

View File

@ -869,9 +869,9 @@ en:
find:
duplicate: Find dupes
similar: Find similar
next: '->>'
parent: Parent
previous: '<<-'
next: '>>'
parent: '^^ '
previous: '<<'
random: Random
title: Related Posts
statistics_panel: