TESTING - Lang updates
This commit is contained in:
parent
7692471592
commit
a3dd19e208
@ -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>
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user