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 %>
|
||||
$PageNum
|
||||
<% else %>
|
||||
<% if PageNum = --- %>
|
||||
…
|
||||
<% else %>
|
||||
<% if Link %>
|
||||
<a href="$Link" title="View page number $PageNum">$PageNum</a>
|
||||
<% else %>
|
||||
…
|
||||
<% end_if %>
|
||||
<% end_if %>
|
||||
<% end_control %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user