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

Paginator

By: a guest on Aug 12th, 2012  |  syntax: PHP  |  size: 0.14 KB  |  hits: 20  |  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. <?php foreach ($paginator as $key => $value) : ?>
  2.  
  3.         <div class="<?php echo ($key == o) ? 'first' : 'normal' ?>"> </div>
  4.  
  5. <? endforeach ?>