Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

320
 
324
 
324
 
boxes.php
_> 119119               include('includes/boxes/' . $box . '.php');
  120120             }
  121121 
<> 122 -            $boxes[] = array('class' => $box . '.php', 'object' => $box_class);
   122+            $boxes[] = $box_class;
<_ 123123           }
  124124         }
  125125       }