Skip to content

Commit

Permalink
fix for MDL-7139 print_paging_bar at the bottom of page
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Nov 2, 2006
1 parent b620f68 commit 822d3bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blog/lib.php
Expand Up @@ -119,6 +119,9 @@ function blog_print_html_formatted_entries($userid, $postid, $limit, $start, $fi
blog_print_entry($blogEntry, 'list', $filtertype, $filterselect); //print this entry.
$count++;
}

print_paging_bar(get_viewable_entry_count($userid, $postid, $limit, $start,$filtertype, $filterselect, $tagid, $tag, $sort='lastmodified DESC'), $blogpage, $bloglimit, get_baseurl($filtertype, $filterselect), 'blogpage');

if (!$count) {
print '<br /><center>'. get_string('noentriesyet', 'blog') .'</center><br />';

Expand Down

0 comments on commit 822d3bf

Please sign in to comment.