TESTING - Lang updates and moved a element

This commit is contained in:
Yuki K 2016-09-15 01:38:18 -04:00
parent a60cab1254
commit 62921bc5c0
2 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,8 @@
<div> <div>
<ul> <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())) ?></li> <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) : ?> <?php if ($this->post->parent_id) : ?>
<li><?= $this->linkTo($this->t('.parent'), array('post#show', 'id' => $this->post->parent_id)) ?></li> <li><?= $this->linkTo($this->t('.parent'), array('post#show', 'id' => $this->post->parent_id)) ?></li>
<?php endif ?> <?php endif ?>
<li><?= $this->linkTo($this->t('.random'), 'post#random') ?></li>
</ul> </ul>
</div> </div>

View File

@ -869,10 +869,10 @@ en:
find: find:
duplicate: Find dupes duplicate: Find dupes
similar: Find similar similar: Find similar
next: » next: 'Next »'
parent: Parent parent: Parent
previous: « previous: 'Prev «'
random: Rand random: Random
title: Related Posts title: Related Posts
statistics_panel: statistics_panel:
approver: Approver approver: Approver