Changeset 12492
- Timestamp:
- Jul 31, 2009, 6:19:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps/mobile_frontend/modules/communityTopic/templates/searchSuccess.php
r12469 r12492 17 17 18 18 include_partial('partsSearchResultList', $options); 19 ?> 20 21 <?php 22 if ($pager->haveToPaginate()) 23 { 24 op_include_pager_navigation($pager, 'communityTopic/search?page=%d', array('is_total' => false, 'use_current_query_string' => true)); 25 } 19 26 ?> 20 27 <?php else: ?>
Note: See TracChangeset
for help on using the changeset viewer.