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
1 changed files with 3 additions and 3 deletions

View File

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