зеркало из https://github.com/mozilla/pjs.git
Added app var to comments pagination so the header doesn't switch.
This commit is contained in:
Родитель
57ce266dac
Коммит
72853a46c1
|
@ -30,7 +30,7 @@ released on {$addon->VersionDateAdded|date_format}
|
|||
<div class="pages">
|
||||
<div class="prev">
|
||||
{if $page.left}
|
||||
<a href="{$config.webpath}/comments.php?{$page.url}&left={$page.previous}">« Previous Page</a>
|
||||
<a href="{$config.webpath}/comments.php?app={$app}&{$page.url}&left={$page.previous}">« Previous Page</a>
|
||||
{else}
|
||||
« Previous Page
|
||||
{/if}
|
||||
|
@ -38,7 +38,7 @@ released on {$addon->VersionDateAdded|date_format}
|
|||
|
||||
<div class="next">
|
||||
{if $page.next}
|
||||
<a href="{$config.webpath}/comments.php?{$page.url}&left={$page.next}">Next Page »</a>
|
||||
<a href="{$config.webpath}/comments.php?app={$app}&{$page.url}&left={$page.next}">Next Page »</a>
|
||||
{else}
|
||||
Next Page »
|
||||
{/if}
|
||||
|
|
Загрузка…
Ссылка в новой задаче