Changeset 173 for themes/habarism/tag.php
- Timestamp:
- 04/29/08 00:02:26 (8 months ago)
- Files:
-
- 1 modified
-
themes/habarism/tag.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
themes/habarism/tag.php
r130 r173 21 21 <?php } ?> 22 22 <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> 24 24 </div> 25 25 </div>
