tests
This commit is contained in:
parent
6370010e7f
commit
61ddf7152a
4
test.php
4
test.php
@ -22,10 +22,10 @@ while ($row = $result->fetch_assoc()) {
|
||||
|
||||
echo "<table width='100%'><th colspan='2'>Товары магазина</th>";
|
||||
foreach ($iteminfo as $iinfo) {
|
||||
echo "<tr><td>";
|
||||
echo "<tr><td bgcolor='#d3d3d3'>";
|
||||
$iinfo->printItemImage();
|
||||
echo "</td>";
|
||||
echo "<td>";
|
||||
echo "<td bgcolor='#d3d3d3'>";
|
||||
$iinfo->printItemStats();
|
||||
echo "</td></tr>";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user