fixed pagination bug

This commit is contained in:
Jeremy Shipman 2008-01-14 02:41:27 +00:00
parent 36a6d0342b
commit 3505c315c5
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
<% if BlogEntries.MoreThanOnePage %>
<div id="PageNumbers">
<% if BlogEntries.NotLastPage %>
<a class="next" href="$Children.NextLink" title="View the next page">Next</a>
<a class="next" href="$BlogEntries.NextLink" title="View the next page">Next</a>
<% end_if %>
<% if BlogEntries.NotFirstPage %>
<a class="prev" href="$Children.PrevLink" title="View the previous page">Prev</a>
<a class="prev" href="$BlogEntries.PrevLink" title="View the previous page">Prev</a>
<% end_if %>
<span>