diff options
| author | Simon | 2011-04-01 16:54:09 +0200 |
|---|---|---|
| committer | Simon | 2011-04-01 16:54:09 +0200 |
| commit | ef66c5f34a986bdf8a7fc12368e7c3f5d5475b33 (patch) | |
| tree | 4169c8f3f96f537da09428ef9c316a1de7c7a6e2 /application/modules/user/views/scripts/bootmenu/index.phtml | |
| parent | merge (diff) | |
| download | pbs2-ef66c5f34a986bdf8a7fc12368e7c3f5d5475b33.tar.gz pbs2-ef66c5f34a986bdf8a7fc12368e7c3f5d5475b33.tar.xz pbs2-ef66c5f34a986bdf8a7fc12368e7c3f5d5475b33.zip | |
Pagination in Bootmenu
Diffstat (limited to 'application/modules/user/views/scripts/bootmenu/index.phtml')
| -rw-r--r-- | application/modules/user/views/scripts/bootmenu/index.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/modules/user/views/scripts/bootmenu/index.phtml b/application/modules/user/views/scripts/bootmenu/index.phtml index d0b8391..3109497 100644 --- a/application/modules/user/views/scripts/bootmenu/index.phtml +++ b/application/modules/user/views/scripts/bootmenu/index.phtml @@ -117,6 +117,7 @@ <?php endif; ?> <?php endforeach; ?> </table> + <?php echo $this->pagination; ?> |
