mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
BUGFIX Adjusted blog pagination to new PaginationSummary syntax (see r67984)
This commit is contained in:
parent
11243352ee
commit
733cce2290
@ -10,10 +10,10 @@
|
|||||||
<% if CurrentBool %>
|
<% if CurrentBool %>
|
||||||
$PageNum
|
$PageNum
|
||||||
<% else %>
|
<% else %>
|
||||||
<% if PageNum = --- %>
|
<% if Link %>
|
||||||
…
|
|
||||||
<% else %>
|
|
||||||
<a href="$Link" title="View page number $PageNum">$PageNum</a>
|
<a href="$Link" title="View page number $PageNum">$PageNum</a>
|
||||||
|
<% else %>
|
||||||
|
…
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
<% end_control %>
|
<% end_control %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user