Show
Ignore:
Timestamp:
04/29/08 00:02:26 (8 months ago)
Author:
itrebal
Message:

Converted the theme to support Habari's new pagination style.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • themes/habarism/search.php

    r130 r173  
    2424        <?php } ?> 
    2525        <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> 
    2727        </div> 
    2828        <?php } else { ?>