Rename prev_page Twig variable to previous_page

pico-3.0-alpha
Daniel Rudolf 6 years ago
parent 34ae8e8812
commit 787344a526
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 2
      lib/Pico.php

@ -2009,7 +2009,7 @@ class Pico
'meta' => $this->meta, 'meta' => $this->meta,
'content' => $this->content, 'content' => $this->content,
'pages' => $this->pages, 'pages' => $this->pages,
'prev_page' => $this->previousPage, 'previous_page' => $this->previousPage,
'current_page' => $this->currentPage, 'current_page' => $this->currentPage,
'next_page' => $this->nextPage, 'next_page' => $this->nextPage,
'version' => static::VERSION 'version' => static::VERSION

Loading…
Cancel
Save