Welcome to Paster, Anonymous Friend!
Added by anonymous on 2008-07-28 16:44:19 Download/View
  1. if ($count == $this->active_step)
  2.                                 {
  3.                                         $status = 'active';
  4.                                 }
  5.                                 elseif($count < $this->active_step)
  6.                                 {
  7.                                         $status = 'finished';
  8.                                 }
  9.                                 else
  10.                                 {
  11.                                         $status = '';
  12.                                 }
  13.