prev/next page buttons

This commit is contained in:
Savetheinternet 2011-02-17 18:37:18 +11:00
parent afcb4703f4
commit 48b6a3867e
3 changed files with 40 additions and 2 deletions

View file

@ -326,6 +326,7 @@
$page['pages'] = getPages(true);
$page['pages'][$page_no-1]['selected'] = true;
$page['btn'] = getPageButtons($page['pages'], true);
$page['mod'] = true;
echo Element('index.html', $page);