Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 6th, 2012  |  syntax: None  |  size: 0.48 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <div class="v-sep"></div>
  2.                  <div class="pagination gray666">
  3.                   <span class="highlight">Pages:&nbsp;</span>
  4.                    <span class="pagination-m">
  5.                         <?php echo $paginator->numbers(array('separator'=>' ')); ?>
  6.                    </span>
  7.                    &nbsp;&nbsp;&nbsp;
  8.                    <span class="pagination_blue">
  9.                         <?php echo $paginator->prev('<< '.__('prev', true), array(), null);?>
  10.                         <?php echo $paginator->next(__('next', true).' >>', array(), null);?>
  11.                    </span>
  12.                  </div>
  13.                 <div class="v-sep"></div>