Welcome to Paster, Anonymous Friend!
Added by anonymous on 2008-07-28 17:51:18 Download/View
  1. if ($count <= $this->active_step)
  2.                                 {
  3.                                         $status = ($count == $this->active_step) ? 'active' : 'finished';
  4.                                 }
  5.                                 else
  6.                                 {
  7.                                         $status = '';
  8.                                 }
  9.