Changeset 4507
- Timestamp:
- 01/24/12 14:56:39 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/branches/1.5/modules/aBlog/templates/indexSuccess.php
r4460 r4507 50 50 51 51 <?php if ($pager->haveToPaginate()): ?> 52 <?php include_partial('aBlog/pager', array('max_per_page' => $max_per_page, 'pager' => $pager, 'pager Url' => url_for('aBlog/index?' . http_build_query($params['pagination'])))) ?>52 <?php include_partial('aBlog/pager', array('max_per_page' => $max_per_page, 'pager' => $pager, 'pagerContainerClass' => 'a-pager-navigation-container-first', 'pagerUrl' => url_for('aBlog/index?' . http_build_query($params['pagination'])))) ?> 53 53 <?php endif ?> 54 54

