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/tag.php

    r130 r173  
    2121        <?php } ?> 
    2222        <div class="page_navigation"> 
    23             <p>Page:<?php echo Utils::page_selector( $page, Utils::archive_pages( $posts->count_all() ), null, array( 'leftSide' => 2, 'rightSide' => 2 ) ); ?></p> 
     23            <p>Page:<?php $theme->page_selector( null, array( 'leftSide' => 2, 'rightSide' => 2 ) ); ?></p> 
    2424        </div> 
    2525    </div>