Changeset 173 for themes/habarism/search.php
- Timestamp:
- 04/29/08 00:02:26 (8 months ago)
- Files:
-
- 1 modified
-
themes/habarism/search.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
themes/habarism/search.php
r130 r173 24 24 <?php } ?> 25 25 <div class="page_navigation"> 26 <p>Page:<?php echo Utils::page_selector( $page, Utils::archive_pages( $posts->count_all() ),null, array( 'leftSide' => 2, 'rightSide' => 2 ) ); ?></p>26 <p>Page:<?php $theme->page_selector( null, array( 'leftSide' => 2, 'rightSide' => 2 ) ); ?></p> 27 27 </div> 28 28 <?php } else { ?>
