BUGFIX Adjusted blog pagination to new PaginationSummary syntax (see r67984)

This commit is contained in:
Ingo Schommer 2008-12-09 21:48:37 +00:00
parent 11243352ee
commit 733cce2290

View File

@ -10,10 +10,10 @@
<% if CurrentBool %> <% if CurrentBool %>
$PageNum $PageNum
<% else %> <% else %>
<% if PageNum = --- %> <% if Link %>
&hellip;
<% else %>
<a href="$Link" title="View page number $PageNum">$PageNum</a> <a href="$Link" title="View page number $PageNum">$PageNum</a>
<% else %>
&hellip;
<% end_if %> <% end_if %>
<% end_if %> <% end_if %>
<% end_control %> <% end_control %>