FishEye
Search
Changelog
Browse
Help
osCommerce
:/
branches
/
hpdl
/
oscommerce
/
includes
/
classes
/
boxes.php
Quick Search:
Mode
Side-by-Side
Unified
No wrapping
Soft wrap
Context
Displaying 3 lines of context.
None
| Less | More |
Full
Other Diffs
368
332
331
324
320
319
318
317
313
311
310
309
308
306
236
153
151
43
5
1
368
332
331
324
320
319
318
317
313
311
310
309
308
306
236
153
151
43
5
1
Ignore
Blank Lines
Whitespace:
None
Significant
All
Diff
320
324
324
boxes.php
119
119
include('includes/boxes/' . $box . '.php');
120
120
}
121
121
122
-
$boxes[] =
array
(
'
class
'
=
>
$box
.
'
.
php
'
,
'
object
'
=
>
$
box
_class
)
;
122
+
$boxes[] = $box_class;
123
123
}
124
124
}
125
125
}