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