Use pagination summary function

This commit is contained in:
Saophalkun Ponlu 2008-12-08 09:26:40 +00:00
parent 3f50a8e36c
commit 72b1473afa
1 changed files with 6 additions and 2 deletions

View File

@ -6,11 +6,15 @@
<% end_if %>
<span>
<% control BlogEntries.Pages %>
<% control BlogEntries.PaginationSummary(4) %>
<% if CurrentBool %>
$PageNum
<% else %>
<a href="$Link" title="View page number $PageNum">$PageNum</a>
<% if PageNum = --- %>
...
<% else %>
<a href="$Link" title="View page number $PageNum">$PageNum</a>
<% end_if %>
<% end_if %>
<% end_control %>
</span>